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 aa5aee9 commit af1bc19Copy full SHA for af1bc19
deno/WebSocketPolyfill.ts
@@ -64,6 +64,8 @@ class WebSocketImpl extends EventTarget {
64
return 'arraybuffer';
65
}
66
67
+ set binaryType(value: any) {}
68
+
69
get bufferedAmount() {
70
return 0;
71
0 commit comments