mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
af1546391c
Replaces the file-backed provider by an in-memory one because proper file locking is a hard problem that detracts from the proof of concept. Teach the WPT runner how to extract tests from .html files because all the relevant tests in test_util/wpt/webmessaging/broadcastchannel are inside basics.html and interface.html. |
||
---|---|---|
.. | ||
00_infra.js | ||
01_dom_exception.js | ||
01_mimesniff.js | ||
02_event.js | ||
03_abort_signal.js | ||
04_global_interfaces.js | ||
08_text_encoding.js | ||
12_location.js | ||
Cargo.toml | ||
internal.d.ts | ||
lib.deno_web.d.ts | ||
lib.rs | ||
README.md |
deno web
Op crate that implements Event, TextEncoder, TextDecoder.
Testing for text encoding is done via WPT in cli/.