Export docs - fixes #27
This commit is contained in:
parent
880ad59711
commit
7d5517b714
@ -58,6 +58,8 @@ exports.setPersistence = persistence_ => {
|
|||||||
* @type {Map<string,WSSharedDoc>}
|
* @type {Map<string,WSSharedDoc>}
|
||||||
*/
|
*/
|
||||||
const docs = new Map()
|
const docs = new Map()
|
||||||
|
// exporting docs so that others can use it
|
||||||
|
exports.docs = docs
|
||||||
|
|
||||||
const messageSync = 0
|
const messageSync = 0
|
||||||
const messageAwareness = 1
|
const messageAwareness = 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user