mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
3487fde236
Follow-up to #18210: * we are passing the generated `cfg` object into the state function rather than passing individual config fields * reduce cloning dramatically by making the state_fn `FnOnce` * `take` for `ExtensionBuilder` to avoid more unnecessary copies * renamed `config` to `options` |
||
---|---|---|
.. | ||
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