forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
implemented frontend including separate message system; started to implement backend
This commit is contained in:
5
yjs-poll/node_modules/lib0/performance.js
generated
vendored
Normal file
5
yjs-poll/node_modules/lib0/performance.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/* eslint-env browser */
|
||||
|
||||
export const measure = performance.measure.bind(performance)
|
||||
export const now = performance.now.bind(performance)
|
||||
export const mark = performance.mark.bind(performance)
|
||||
Reference in New Issue
Block a user