diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-02-05 12:21:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 12:21:29 -0700 |
commit | 0a3d329dd82456cd894bda257e01cd50a62d6833 (patch) | |
tree | ba74f8b4b4681f55e87f9e2d22ea5c96443680ff /runtime/ops/web_worker.rs | |
parent | aecad7f3531c76306274d86afb458fcbc08edca2 (diff) |
Reland refactor(cli): use new sanitizer for resources (#22226)
Originally in #22125
Reverted in #22153 because of #22148
Fixed in deno_core https://github.com/denoland/deno_core/pull/538
Test plan:
1. Check out: https://github.com/poolifier/poolifier-deno.git
2. `PATH=.../deno/target/release/:$PATH deno task test`
3. `ok | 13 passed (188 steps) | 0 failed (18s)`
Diffstat (limited to 'runtime/ops/web_worker.rs')
-rw-r--r-- | runtime/ops/web_worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/web_worker.rs b/runtime/ops/web_worker.rs index 8052856da..0ed76ebd5 100644 --- a/runtime/ops/web_worker.rs +++ b/runtime/ops/web_worker.rs @@ -6,7 +6,6 @@ use crate::web_worker::WebWorkerInternalHandle; use crate::web_worker::WebWorkerType; use deno_core::error::AnyError; use deno_core::op2; - use deno_core::CancelFuture; use deno_core::OpState; use deno_web::JsMessageData; |