0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/extensions/web
Andreu Botella edab21ebab
fix(fetch): proxy body for requests created from other requests (#11093)
Additionally, if the existing `Request`'s body is disturbed, the Request creation
should fail.

This change also updates the step numbers in the Request constructor to match
whatwg/fetch#1249.
2021-06-23 16:00:23 +02:00
..
00_infra.js refactor(web): use encoding_rs for text encoding (#10844) 2021-06-05 23:10:07 +02:00
01_dom_exception.js refactor: clean up webidl protype configuration (#10871) 2021-06-07 10:04:10 +02:00
01_mimesniff.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
02_event.js feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
02_structured_clone.js refactor(runtime): move performance API to timers extension (#10818) 2021-06-07 14:19:33 +02:00
03_abort_signal.js feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
04_global_interfaces.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
05_base64.js refactor(web): use encoding_rs for text encoding (#10844) 2021-06-05 23:10:07 +02:00
06_streams.js fix(fetch): proxy body for requests created from other requests (#11093) 2021-06-23 16:00:23 +02:00
06_streams_types.d.ts fix: make WHATWG streams more compliant (#10967) 2021-06-15 13:46:02 +02:00
08_text_encoding.js refactor: clean up webidl protype configuration (#10871) 2021-06-07 10:04:10 +02:00
09_file.js refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
10_filereader.js refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
11_blob_url.js refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
12_location.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
13_message_port.js feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
Cargo.toml feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
internal.d.ts fix(fetch): proxy body for requests created from other requests (#11093) 2021-06-23 16:00:23 +02:00
lib.deno_web.d.ts feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
lib.rs feat: transfer MessagePort between workers (#11076) 2021-06-22 16:30:16 +02:00
message_port.rs feat: transfer MessagePort between workers (#11076) 2021-06-22 16:30:16 +02:00
README.md refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02: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/.