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-06-23 11:59:08 +02:00
..
01_webstorage.js fix(webstorage): use opstate for sqlite connection (#10692) 2021-05-31 16:37:30 +02:00
Cargo.toml chore: release crates (#11068) 2021-06-21 16:37:34 +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