deno/ext/web
Matt Mastracci f705906256
chore(ext/web): refactor timer ops before landing op sanitizer (#22435)
Splitting the sleep and interval ops allows us to detect an interval
timer. We also remove the use of the `op_async_void_deferred` call.

A future PR will be able to split the op sanitizer messages for timers
and intervals.
2024-02-16 15:35:51 +00:00
..
benches chore: bump deno core (#22243) 2024-02-04 17:03:14 -07:00
00_infra.js fix: Support Symbol.metadata (#22282) 2024-02-06 14:57:25 +01:00
01_dom_exception.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
01_mimesniff.js feat(web): ImageBitmap (#21898) 2024-01-22 12:08:01 +01: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 chore(ext/web): refactor timer ops before landing op sanitizer (#22435) 2024-02-16 15:35:51 +00: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: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
06_streams.js refactor: Use virtul ops module (#22175) 2024-01-29 22:02:26 +01: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: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
09_file.js refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
10_filereader.js refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
12_location.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
13_message_port.js refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
14_compression.js fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199) 2024-02-13 21:45:23 +00:00
15_performance.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
16_image_data.js refactor: move ImageData to web extension (#22295) 2024-02-07 01:11:15 +01:00
blob.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
Cargo.toml chore: forward v1.40.5 release commit to main (#22424) 2024-02-15 12:15:36 +05:30
compression.rs fix(ext/web): Prevent (De-)CompressionStream resource leak on stream cancellation (#21199) 2024-02-13 21:45:23 +00:00
hr_timer_lock.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
internal.d.ts feat(web): ImageBitmap (#21898) 2024-01-22 12:08:01 +01:00
lib.deno_web.d.ts refactor: move ImageData to web extension (#22295) 2024-02-07 01:11:15 +01:00
lib.rs chore(ext/web): refactor timer ops before landing op sanitizer (#22435) 2024-02-16 15:35:51 +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(ext/web): refactor timer ops before landing op sanitizer (#22435) 2024-02-16 15:35:51 +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/.