Backup restore support (#1878)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-06-01 19:05:07 +07:00
committed by GitHub
parent 30f615647e
commit 5705281de5
57 changed files with 1301 additions and 375 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ export interface ClientSocket {
/**
* @public
*/
export type ClientFactory = (token: string, endpoint: string) => Promise<Client>
export type ClientFactory = (token: string, endpoint: string, onUpgrade?: () => void) => Promise<Client>
export default plugin(clientId, {
metadata: {