0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/web
2022-04-02 19:54:40 +02:00
..
benches chore(ext/timers): move ext/timers to ext/web (#13665) 2022-02-15 12:17:30 +01:00
00_infra.js refactor: cleanup assert() & AssertionError definitions (#13859) 2022-03-19 13:57:37 +01:00
01_dom_exception.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
01_mimesniff.js cleanup(web, fetch): dedupe minesniff / "extract a MIME type" algorithm (#14044) 2022-03-20 14:31:12 +01:00
02_event.js feat(ext/web): Add AbortSignal.timeout() (#13687) 2022-03-14 20:19:22 +01:00
02_structured_clone.js fix(core): Don't override structured clone error messages from V8 (#13942) 2022-03-14 19:35:15 +01:00
02_timers.js refactor: cleanup assert() & AssertionError definitions (#13859) 2022-03-19 13:57:37 +01:00
03_abort_signal.js feat(ext/web): Add AbortSignal.timeout() (#13687) 2022-03-14 20:19:22 +01:00
04_global_interfaces.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
05_base64.js perf(ext/web): optimize atob/btoa (#13841) 2022-03-05 20:12:30 +01:00
06_streams.js refactor: cleanup assert() & AssertionError definitions (#13859) 2022-03-19 13:57:37 +01:00
06_streams_types.d.ts chore: update copyright year (#13434) 2022-01-20 16:10:16 +09:00
08_text_encoding.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
09_file.js perf(web): optimize Blob.text and Blob.arrayBuffer (#13981) 2022-03-16 19:16:52 +05:30
10_filereader.js refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
11_blob_url.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
12_location.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
13_message_port.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
14_compression.js chore: improve error messages in CompressionStream (#13585) 2022-02-16 12:21:46 +01:00
15_performance.js chore(ext/timers): move ext/timers to ext/web (#13665) 2022-02-15 12:17:30 +01:00
blob.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
Cargo.toml chore: update tokio, tokio-util and libc dependencies (#14174) 2022-04-02 19:54:40 +02:00
compression.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
internal.d.ts cleanup(web, fetch): dedupe minesniff / "extract a MIME type" algorithm (#14044) 2022-03-20 14:31:12 +01:00
lib.deno_web.d.ts feat(ext/web): Add AbortSignal.timeout() (#13687) 2022-03-14 20:19:22 +01:00
lib.rs experiment(serde_v8): derive_more enabled opaque wrappers (#14096) 2022-04-02 14:37:11 +02:00
message_port.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00

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/.