1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/web
Kenta Moriuchi 948f85216a
chore: Update dlint (#17031)
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials
2022-12-20 03:37:50 +01:00
..
benches perf: use fast api for op_now (#15643) 2022-08-28 12:21:49 +05:30
00_infra.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
01_dom_exception.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
01_mimesniff.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
02_event.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +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 perf(ext/web): optimize timer cancellation (#16316) 2022-10-17 16:59:16 +05:30
03_abort_signal.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
04_global_interfaces.js experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213) 2022-10-24 16:14:17 +02:00
05_base64.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
06_streams.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
06_streams_types.d.ts chore: update copyright year (#13434) 2022-01-20 16:10:16 +09:00
08_text_encoding.js perf(web): optimize single pass utf8 decoding (#16593) 2022-11-11 20:07:18 +05:30
09_file.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
10_filereader.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
11_blob_url.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
12_location.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
13_message_port.js chore: Update dlint (#17031) 2022-12-20 03:37:50 +01:00
14_compression.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
15_performance.js experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213) 2022-10-24 16:14:17 +02:00
blob.rs Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063) 2022-12-15 15:26:10 +00:00
Cargo.toml chore: forward v1.29.1 release commit to main (#17067) 2022-12-15 13:30:55 -05:00
compression.rs Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063) 2022-12-15 15:26:10 +00:00
internal.d.ts experiment(ext/web): Don't expose event classes during the bootstrap phase (#16213) 2022-10-24 16:14:17 +02:00
lib.deno_web.d.ts fix(ext/web): fix typings for readable stream readers (#16191) 2022-11-30 16:24:13 +01:00
lib.rs Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063) 2022-12-15 15:26:10 +00:00
message_port.rs chore(web, worker): Use DetachedBuffer for postMessage ops (#15133) 2022-07-11 17:27:33 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers.rs chore: update to Rust 1.66.0 (#17078) 2022-12-17 23:20:15 +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/.