diff options
Diffstat (limited to 'cli/js/web/README.md')
-rw-r--r-- | cli/js/web/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/js/web/README.md b/cli/js/web/README.md new file mode 100644 index 000000000..865f4e0fb --- /dev/null +++ b/cli/js/web/README.md @@ -0,0 +1,8 @@ +# 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`. |