summaryrefslogtreecommitdiff
path: root/op_crates/web/README.md
diff options
context:
space:
mode:
authorali ahmed <48116123+AliBasicCoder@users.noreply.github.com>2021-01-19 22:58:57 +0200
committerGitHub <noreply@github.com>2021-01-19 21:58:57 +0100
commit973c33c8995f63da187daa6a434333315192b521 (patch)
treeb848a6d51a44e0b190169c586c4eec6f625d8f55 /op_crates/web/README.md
parent0e8e6d7251c34e8cd961e0fae9b0ff7d2ff00a58 (diff)
feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108)
Diffstat (limited to 'op_crates/web/README.md')
-rw-r--r--op_crates/web/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/op_crates/web/README.md b/op_crates/web/README.md
index 778bd8f69..03c1b7f89 100644
--- a/op_crates/web/README.md
+++ b/op_crates/web/README.md
@@ -1,3 +1,5 @@
# deno web
Op crate that implements Event, TextEncoder, TextDecoder.
+
+Testing for text encoding is done via WPT in cli/.