- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
18 lines
436 B
JavaScript
18 lines
436 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var isomorphic_js = require('isomorphic.js');
|
|
|
|
|
|
|
|
Object.defineProperty(exports, 'cryptoRandomBuffer', {
|
|
enumerable: true,
|
|
get: function () { return isomorphic_js.cryptoRandomBuffer; }
|
|
});
|
|
Object.defineProperty(exports, 'performance', {
|
|
enumerable: true,
|
|
get: function () { return isomorphic_js.performance; }
|
|
});
|
|
//# sourceMappingURL=isomorphic.cjs.map
|