mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
99a0c6df79
- moves compiler implementation to "cli/js/compiler/" directory - moves more APIs to "cli/js/web": * "console.ts" * "console_table.ts" * "performance.ts" * "timers.ts" * "workers.ts" - removes some dead code from "cli/js/"
8 lines
257 B
Markdown
8 lines
257 B
Markdown
# Deno Web APIs
|
|
|
|
This directory facilities Web APIs that are available in Deno.
|
|
|
|
Please note, that some of implementations might not be completely aligned with
|
|
specification.
|
|
|
|
Some of the Web APIs are using ops under the hood, eg. `console`, `performance`.
|