implemented frontend including separate message system; started to implement backend
This commit is contained in:
20
yjs-poll/node_modules/lib0/dist/webcrypto.react-native.cjs
generated
vendored
Normal file
20
yjs-poll/node_modules/lib0/dist/webcrypto.react-native.cjs
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
var webcrypto = require('isomorphic-webcrypto/src/react-native');
|
||||
|
||||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
||||
|
||||
var webcrypto__default = /*#__PURE__*/_interopDefaultLegacy(webcrypto);
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
webcrypto__default["default"].ensureSecure();
|
||||
|
||||
const subtle = webcrypto__default["default"].subtle;
|
||||
const getRandomValues = webcrypto__default["default"].getRandomValues.bind(webcrypto__default["default"]);
|
||||
|
||||
exports.getRandomValues = getRandomValues;
|
||||
exports.subtle = subtle;
|
||||
//# sourceMappingURL=webcrypto.react-native.cjs.map
|
||||
Reference in New Issue
Block a user