summaryrefslogtreecommitdiff
path: root/extensions/web/README.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-10 15:26:10 +0200
committerGitHub <noreply@github.com>2021-06-10 15:26:10 +0200
commit6091ea098a86cafb38aed3228a64ad96a046c817 (patch)
tree1533eb7872db17abe2d88a8db32c4719d403ba4d /extensions/web/README.md
parentfb20a6af761c8eb61a046b4c70e28061923e36ca (diff)
refactor: merge deno_file crate into deno_web (#10914)
This refactor makes it so there's one less crate to publish on each release.
Diffstat (limited to 'extensions/web/README.md')
-rw-r--r--extensions/web/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/web/README.md b/extensions/web/README.md
index 03c1b7f89..d847ae52e 100644
--- a/extensions/web/README.md
+++ b/extensions/web/README.md
@@ -1,5 +1,6 @@
# deno web
-Op crate that implements Event, TextEncoder, TextDecoder.
+Op crate that implements Event, TextEncoder, TextDecoder and File API
+(https://w3c.github.io/FileAPI).
Testing for text encoding is done via WPT in cli/.