deno/ext/web
denobot 248fb9c946
chore: forward v1.39.4 release commit to main (#21933)
Co-authored-by: David Sherret <dsherret@gmail.com>
2024-01-13 20:32:50 -05:00
..
benches chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
00_infra.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
01_dom_exception.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
01_mimesniff.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
02_event.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
02_structured_clone.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
02_timers.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
03_abort_signal.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
04_global_interfaces.js chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
05_base64.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
06_streams.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
06_streams_types.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
08_text_encoding.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
09_file.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
10_filereader.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
12_location.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
13_message_port.js fix: strict type check for cross realms (#21669) 2024-01-04 09:42:38 +05:30
14_compression.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
15_performance.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
16_image_data.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
blob.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
Cargo.toml chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
compression.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
hr_timer_lock.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
internal.d.ts fix: strict type check for cross realms (#21669) 2024-01-04 09:42:38 +05:30
lib.deno_web.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
message_port.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
stream_resource.rs chore: upgrade deno_core to 0.244.0 (#21859) 2024-01-09 17:25:10 +01:00
timers.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00: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/.