yjs / y-websocket

Websocket Connector for Yjs
https://docs.yjs.dev/ecosystem/connection-provider/y-websocket
MIT License
492 stars 255 forks source link

fix "TypeError: process.off is not a function" with bundlers #175

Closed jblyberg closed 6 months ago

jblyberg commented 6 months ago

Fixes error TypeError: process.off is not a function caused by polyfill bundlers. See: https://github.com/yjs/y-websocket/issues/166

Huly®: YJS-734

dmonad commented 6 months ago

Thanks, I will make a new release soon.

jblyberg commented 6 months ago

Thank you!