diff options
Diffstat (limited to 'extensions/webstorage/README.md')
-rw-r--r-- | extensions/webstorage/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/webstorage/README.md b/extensions/webstorage/README.md new file mode 100644 index 000000000..a0f8a0613 --- /dev/null +++ b/extensions/webstorage/README.md @@ -0,0 +1,5 @@ +# deno_webstorage + +This op crate implements the WebStorage spec in Deno. + +Spec: https://html.spec.whatwg.org/multipage/webstorage.html |