mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
753b60dd9b
Bumped versions for 1.26.1 Please ensure: - [x] Target branch is correct - [x] Crate versions are bumped correctly - [x] deno_std version is incremented in the code (see `cli/deno_std.rs`) - [x] Releases.md is updated correctly To make edits to this PR: ```shell git fetch upstream release_1_26.1 && git checkout -b release_1_26.1 upstream/release_1_26.1 ``` cc @cjihrig Co-authored-by: cjihrig <cjihrig@users.noreply.github.com> |
||
---|---|---|
.. | ||
01_webstorage.js | ||
Cargo.toml | ||
lib.deno_webstorage.d.ts | ||
lib.rs | ||
README.md |
deno_webstorage
This op crate implements the WebStorage spec in Deno.
Spec: https://html.spec.whatwg.org/multipage/webstorage.html