1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/extensions/webstorage
2021-08-02 10:19:27 -04:00
..
01_webstorage.js fix(webstorage): use primordial for Symbol.for (#11276) 2021-07-05 10:24:21 +02:00
Cargo.toml chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
lib.deno_webstorage.d.ts feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
lib.rs fix(webstorage): increase localStorage limit to 10MB (#11081) 2021-06-23 11:59:08 +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