1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 02:48:52 -05:00
denoland-deno/ext/web
denobot 9806dcc914
1.29.3 (#17395)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2023-01-13 12:17:13 -05:00
..
benches chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 11:20:20 -05:00
00_infra.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
01_dom_exception.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
01_mimesniff.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
02_event.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
02_structured_clone.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
02_timers.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
03_abort_signal.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
04_global_interfaces.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
05_base64.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
06_streams.js fix(ext/web/streams): fix ReadableStream asyncIterator (#16276) 2023-01-13 11:20:14 -05:00
06_streams_types.d.ts chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
08_text_encoding.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
09_file.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
10_filereader.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
11_blob_url.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
12_location.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
13_message_port.js perf(ext,runtime): remove using SafeArrayIterator from for-of (#17255) 2023-01-13 11:20:11 -05:00
14_compression.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
15_performance.js chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
blob.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 11:20:20 -05:00
Cargo.toml 1.29.3 (#17395) 2023-01-13 12:17:13 -05:00
compression.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
internal.d.ts chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
lib.deno_web.d.ts chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
lib.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-13 11:20:13 -05:00
message_port.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 11:20:20 -05:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
timers.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +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/.