deno/runtime/js
Leo Kettmeir 7253820764
refactor: object wrap WebGPU (#27665)
Fixes #25874
Fixes #26760
Fixes #24288
Fixes #24798
Fixes #25627
Fixes #25915
Fixes #26769
2025-02-12 13:45:41 +00:00
..
01_errors.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
01_version.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
06_util.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
10_permissions.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
11_workers.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
40_fs_events.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
40_tty.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
41_prompt.js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
90_deno_ns.js feat: implement process.cpuUsage (Deno.cpuUsage) (#27217) 2025-01-30 17:23:05 +05:30
98_global_scope_shared.js feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
98_global_scope_window.js refactor: object wrap WebGPU (#27665) 2025-02-12 13:45:41 +00:00
98_global_scope_worker.js refactor: object wrap WebGPU (#27665) 2025-02-12 13:45:41 +00:00
99_main.js fix(lint): Deno.lint.runPlugin throws in deno run (#28063) 2025-02-12 09:18:55 +00:00
README.md chore: fix outdated note in runtime/js/README.md (#23673) 2024-05-05 01:30:53 +00:00

Runtime JavaScript Code

This directory contains Deno runtime code written in plain JavaScript.

Each file is an ES module and is prefixed with a number, telling in which order scripts should be loaded into V8 isolate.

Deno Web APIs

This directory facilities Web APIs that are available in Deno.

Please note, that some implementations might not be completely aligned with specification.

Some Web APIs are using ops under the hood, eg. console, performance.

Implemented Web APIs