You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unimplemented NET server does not extend EventEmitter.
Additional context
Using TLS server .once() function will throw an error hinting towards, socket.once does not exist. Some folks are thinking that Cloudflare workers does not support node:events and particularly once function because of this error. It indeed supports once() and emitter.once()