mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
7c2e7c6608
Provides a concrete state type that can be dynamically added. This is necessary for op crates. * renames BasicState to OpState * async ops take `Rc<RefCell<OpState>>` * sync ops take `&mut OpState` * removes `OpRegistry`, `OpRouter` traits * `get_error_class_fn` moved to OpState * ResourceTable moved to OpState |
||
---|---|---|
.. | ||
00_dom_exception.js | ||
01_event.js | ||
02_abort_signal.js | ||
08_text_encoding.js | ||
abort_controller_test.js | ||
Cargo.toml | ||
event_target_test.js | ||
event_test.js | ||
lib.deno_web.d.ts | ||
lib.rs | ||
README.md | ||
text_encoding_test.js |
deno web
Op crate that implements Event, TextEncoder, TextDecoder