mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
d632cce129
This PR changes Web IDL interfaces to be declared with `var` instead of `class`, so that accessing them via `globalThis` does not raise type errors. Closes #13390. |
||
---|---|---|
.. | ||
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