mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Merge staging feb4 (#7910)
This commit is contained in:
@@ -804,6 +804,10 @@ class Connection implements ClientConnection {
|
||||
return this.sendRequest({ method: 'loadChunk', params: [domain, idx] })
|
||||
}
|
||||
|
||||
async getDomainHash (domain: Domain): Promise<string> {
|
||||
return await this.sendRequest({ method: 'getDomainHash', params: [domain] })
|
||||
}
|
||||
|
||||
closeChunk (idx: number): Promise<void> {
|
||||
return this.sendRequest({ method: 'closeChunk', params: [idx] })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user