deno/ext/web
2021-11-08 23:37:06 +01:00
..
00_infra.js perf(web): optimize byteLowerCase() (#12282) 2021-10-01 01:03:51 +02:00
01_dom_exception.js fix(ext/web): Format DOMException stack property (#12333) 2021-10-08 17:01:02 +02:00
01_mimesniff.js
02_event.js refactor: deduplicate defineEventHandler util (#12367) 2021-10-08 09:53:31 +02:00
02_structured_clone.js
03_abort_signal.js feat(ext/web): add AbortSignal.reason (#12697) 2021-11-08 23:37:06 +01:00
04_global_interfaces.js
05_base64.js
06_streams.js feat(ext/web): WritableStreamDefaultController.signal (#12654) 2021-11-08 12:54:24 +01:00
06_streams_types.d.ts feat(ext/web): BYOB support for ReadableStream (#12616) 2021-11-03 10:47:40 +01:00
08_text_encoding.js fix(webidl): Don't throw when converting a detached buffer source (#12585) 2021-10-28 23:17:27 +02:00
09_file.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
10_filereader.js fix(ext/web): FileReader error messages (#12218) 2021-09-25 15:28:17 +02:00
11_blob_url.js
12_location.js
13_message_port.js fix(core): poll async ops eagerly (#12385) 2021-10-17 19:50:42 +02:00
blob.rs
Cargo.toml chore: update to Rust edition 2021 (#12578) 2021-11-02 10:03:37 -04:00
internal.d.ts perf(web): ~400x faster http header trimming (#12277) 2021-09-30 18:39:55 +02:00
lib.deno_web.d.ts feat(ext/web): WritableStreamDefaultController.signal (#12654) 2021-11-08 12:54:24 +01:00
lib.rs
message_port.rs fix: Deno.emit crashes with BorrowMutError (#12627) 2021-11-03 09:27:36 -04:00
README.md

deno web

Op crate that implements Event, TextEncoder, TextDecoder and File API (https://w3c.github.io/FileAPI).

Testing for text encoding is done via WPT in cli/.