0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-14 17:47:35 -05:00
denoland-deno/ext/web
denobot 3c5af2ba49
1.25.2 (#15830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2022-09-09 17:54:05 +09: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 fix(ext/web): align DOMException better with spec (#15097) 2022-07-20 10:12:18 +02:00
01_mimesniff.js
02_event.js fix(repl): don't terminate on unhandled error events (#15548) 2022-09-09 15:16:21 +09:00
02_structured_clone.js
02_timers.js perf(ops): inline &[u8] arguments and enable fast API (#15731) 2022-09-09 15:30:34 +09:00
03_abort_signal.js
04_global_interfaces.js
05_base64.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
06_streams.js perf(runtime): optimize Deno.file open & stream (#15496) 2022-08-19 15:54:40 +05:30
06_streams_types.d.ts
08_text_encoding.js perf(ext/web): flatten op arguments for text_encoding (#15723) 2022-09-01 16:21:13 +05:30
09_file.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
10_filereader.js
11_blob_url.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
12_location.js
13_message_port.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
14_compression.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
15_performance.js fix: make Performance global an EventTarget 2022-06-16 12:05:33 -04:00
blob.rs
Cargo.toml 1.25.2 (#15830) 2022-09-09 17:54:05 +09:00
compression.rs perf(ops): inline &[u8] arguments and enable fast API (#15731) 2022-09-09 15:30:34 +09:00
internal.d.ts feat(ext/web): implement static Response.json (#14566) 2022-05-13 14:28:05 +02:00
lib.deno_web.d.ts fix(docs): add missing categories (#15684) 2022-08-30 13:16:56 +02:00
lib.rs perf(ops): inline &[u8] arguments and enable fast API (#15731) 2022-09-09 15:30:34 +09:00
message_port.rs chore(web, worker): Use DetachedBuffer for postMessage ops (#15133) 2022-07-11 17:27:33 +02:00
README.md
timers.rs perf(ops): inline &[u8] arguments and enable fast API (#15731) 2022-09-09 15:30:34 +09: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/.