0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/extensions/webstorage
2021-07-05 10:24:21 +02:00
..
01_webstorage.js fix(webstorage): use primordial for Symbol.for (#11276) 2021-07-05 10:24:21 +02:00
Cargo.toml v1.11.3 2021-07-02 00:13:40 +02: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