implemented frontend including separate message system; started to implement backend
This commit is contained in:
4
yjs-poll/node_modules/lib0/webcrypto.deno.js
generated
vendored
Normal file
4
yjs-poll/node_modules/lib0/webcrypto.deno.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// eslint-disable-next-line
|
||||
export const subtle = /** @type {any} */ (crypto).subtle
|
||||
// eslint-disable-next-line
|
||||
export const getRandomValues = /** @type {any} */ (crypto).getRandomValues.bind(crypto)
|
||||
Reference in New Issue
Block a user