Skip to content

Commit

Permalink
perf(ext/websocket): avoid global interceptor overhead (#24284)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy authored Jun 20, 2024
1 parent 0b65d02 commit a03c833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/websocket/01_websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a03c833

Please sign in to comment.