1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/runtime/ops
Bartek Iwańczuk 2fa0096821
compat: support --compat in web workers (#13629)
Adds another callback to WebWorkerOptions that allows to execute
some modules before actual worker code executes. This allows to set up Node
global using std/node.
2022-02-11 13:41:56 +01:00
..
web_worker chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fs.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fs_events.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
http.rs refactor(ext/http): rewrite hyper integration and fix bug (#12732) 2021-11-10 14:51:43 -08:00
io.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
os.rs feat(unstable): add Deno.getUid (#13496) 2022-01-31 14:44:19 +09:00
permissions.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
process.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
runtime.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
signal.rs feat(runtime): stabilize addSignalListener API (#13438) 2022-01-31 14:16:39 +09:00
tty.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
utils.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
web_worker.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
worker_host.rs compat: support --compat in web workers (#13629) 2022-02-11 13:41:56 +01:00