mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
c1fc7b2cd5
This commit refactors how we access "core", "internals" and "primordials" objects coming from `deno_core`, in our internal JavaScript code. Instead of capturing them from "globalThis.__bootstrap" namespace, we import them from recently added "ext:core/mod.js" file. |
||
---|---|---|
.. | ||
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