We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f798628 commit dfaf55dCopy full SHA for dfaf55d
1 file changed
types/websocket.d.ts
@@ -1,6 +1,7 @@
1
/// <reference types="node" />
2
3
import type { Blob } from 'buffer'
4
+import type { ReadableStream, WritableStream } from 'stream/web'
5
import type { MessagePort } from 'worker_threads'
6
import {
7
EventInit,
0 commit comments