I'm using Node `v20.14.0` with @hono/node-ws `v1.0.1` and when listening to the onClose event it throws the following error: ```js events.onClose?.(new CloseEvent("close"), ctx); ^ ReferenceError: CloseEvent is not defined ```
I'm using Node
v20.14.0with @hono/node-wsv1.0.1and when listening to the onClose event it throws the following error: