1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/fetch
Aaron O'Mullan 7f2976b3e6
perf(fetch): optimize InnerBody constructor (#12232)
Avoid initializers due to overhead
2021-09-26 20:40:16 +02:00
..
01_fetch_util.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
20_headers.js perf(fetch/headers): optimize appendHeader (#12234) 2021-09-26 20:19:02 +02:00
21_formdata.js fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851) 2021-09-25 02:07:22 +09:00
22_body.js perf(fetch): optimize InnerBody constructor (#12232) 2021-09-26 20:40:16 +02:00
22_http_client.js Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
23_request.js perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201) 2021-09-25 15:30:31 +02:00
23_response.js perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201) 2021-09-25 15:30:31 +02:00
26_fetch.js cleanup(ext/fetch): drop redundant webidl converters in fetch() (#12167) 2021-09-21 18:51:56 +02:00
Cargo.toml chore: bump crate versions for 1.14.1 (#12172) 2021-09-22 06:53:47 +10:00
internal.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.deno_fetch.d.ts Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
lib.rs fix: a Request whose URL is a revoked blob URL should still fetch (#11947) 2021-09-08 11:29:21 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_fetch

This crate implements the Fetch API.

Spec: https://fetch.spec.whatwg.org/