mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
perf(ext/websocket): avoid global interceptor overhead (#24284)
This commit is contained in:
parent
0b65d027a1
commit
a03c833839
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ import * as webidl from "ext:deno_webidl/00_webidl.js";
|
|||
import { createFilteredInspectProxy } from "ext:deno_console/01_console.js";
|
||||
import { HTTP_TOKEN_CODE_POINT_RE } from "ext:deno_web/00_infra.js";
|
||||
import { DOMException } from "ext:deno_web/01_dom_exception.js";
|
||||
import { clearTimeout, setTimeout } from "ext:deno_web/02_timers.js";
|
||||
import {
|
||||
CloseEvent,
|
||||
defineEventHandler,
|
||||
|
|
Loading…
Reference in a new issue