diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-09 07:27:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-09 07:27:39 -0400 |
commit | 732a43735290f7e996d6252b9820bcca5724f31c (patch) | |
tree | 3d5bdf05ad7bc3f78b3c994fe364b355f6a3db99 /op_crates | |
parent | 92a173bca618cf6ef1e54c08deee61ba617491b9 (diff) |
Add README for deno_web (#6997)
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/web/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/op_crates/web/README.md b/op_crates/web/README.md new file mode 100644 index 000000000..3ad8d43d8 --- /dev/null +++ b/op_crates/web/README.md @@ -0,0 +1,3 @@ +# deno web + +Op crate that implements Event, TextEncoder, TextDecoder |