-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Description
as topic, a document was created as follow code :
const shareDBDoc = this.shareDBConnection.get('documents', key );
...
shareDBDoc.create(initialDocument, json1Presence.type.uri);
since the document does not reload file from disk realtime, have to reload/refresh document manually,
I use ' shareDBDoc.destory() ', it does not work, report error bellow:
ShareDBError: Document already exists
my questions, how to reload or refresh the shareDBDoc ? can not find relative guide from the online document yet..
thank for help in advance
Metadata
Metadata
Assignees
Labels
No labels