Closed
Description
What is the problem this feature will solve?
In Node.js v21 with --experimental-websocket
, the CloseEvent
class isn't defined. This event is sent to clients using WebSockets when the connection is closed.
What is the feature you are proposing to solve the problem?
Add the CloseEvent
class in the global scope (behind --experimental-websocket
flags). I found it in undici but it isn't exported. Or add the CloseEvent
class next to MessageEvent
(directly in Node.js).
What alternatives have you considered?
No response