1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/extensions/webstorage
Luca Casonato 0385a99052
v1.11.3
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2021-07-02 00:13:40 +02:00
..
01_webstorage.js fix(webstorage): use opstate for sqlite connection (#10692) 2021-05-31 16:37:30 +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