deno
deno copied to clipboard
feat(websockets): Narrow type of WebSocket message event
We should use the same type as lib.dom.d.ts here.
That makes sense. Why aren't we importing these types from upstream e.g. WebSocketEventMap as declared in TypeScript or generating from with TypeScript-DOM-lib-generator?
@rotu we use the exact same typings already as upstream TS
I think this PR no longer makes sense as of #25545