mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore(ext/timers): move ext/timers to ext/web (#13665)
This commit is contained in:
parent
5e845442fa
commit
760f4c9e24
17 changed files with 46 additions and 88 deletions
|
@ -100,7 +100,7 @@ impl MainWorker {
|
|||
deno_webidl::init(),
|
||||
deno_console::init(),
|
||||
deno_url::init(),
|
||||
deno_web::init(
|
||||
deno_web::init::<Permissions>(
|
||||
options.blob_store.clone(),
|
||||
options.bootstrap.location.clone(),
|
||||
),
|
||||
|
@ -122,7 +122,6 @@ impl MainWorker {
|
|||
deno_crypto::init(options.seed),
|
||||
deno_broadcast_channel::init(options.broadcast_channel.clone(), unstable),
|
||||
deno_webgpu::init(unstable),
|
||||
deno_timers::init::<Permissions>(),
|
||||
// ffi
|
||||
deno_ffi::init::<Permissions>(unstable),
|
||||
// Runtime ops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue