We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b65d02 commit a03c833Copy full SHA for a03c833
ext/websocket/01_websocket.js
@@ -50,6 +50,7 @@ import * as webidl from "ext:deno_webidl/00_webidl.js";
50
import { createFilteredInspectProxy } from "ext:deno_console/01_console.js";
51
import { HTTP_TOKEN_CODE_POINT_RE } from "ext:deno_web/00_infra.js";
52
import { DOMException } from "ext:deno_web/01_dom_exception.js";
53
+import { clearTimeout, setTimeout } from "ext:deno_web/02_timers.js";
54
import {
55
CloseEvent,
56
defineEventHandler,
0 commit comments