1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/extensions/webstorage
Luca Casonato 5887dd3c95
chore: release crates (#10661)
For the Deno 1.10.2 release.
2021-05-17 17:34:35 +02:00
..
01_webstorage.js feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
Cargo.toml chore: release crates (#10661) 2021-05-17 17:34:35 +02:00
lib.deno_webstorage.d.ts feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
lib.rs feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
README.md feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00

deno_webstorage

This op crate implements the WebStorage spec in Deno.

Spec: https://html.spec.whatwg.org/multipage/webstorage.html