0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/extensions/fetch
Andreu Botella ffa75be480
feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200)
The WebAssembly streaming APIs used to be enabled, but used to take
buffer sources as their first argument (see #6154 and #7259). This
change re-enables them, requiring a Promise<Response> instead, as well as
enabling asynchronous compilation of WebAssembly modules.
2021-07-03 23:33:36 +02:00
..
01_fetch_util.js Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
20_headers.js chore(ext/console): deprecate Deno.customInspect (#10035) 2021-06-25 16:19:18 +09:00
21_formdata.js refactor(FormData): refactor formdata serializer to support async blob backing (#11050) 2021-06-22 14:06:37 +02:00
22_body.js fix(fetch): a consumed body with a non-stream source should result in a disturbed stream (#11217) 2021-07-02 11:34:12 +02:00
22_http_client.js refactor: move streams implementation to deno_web crate (#10935) 2021-06-14 13:51:02 +02:00
23_request.js fix(fetch): proxy body for requests created from other requests (#11093) 2021-06-23 16:00:23 +02:00
23_response.js refactor: store header keys lower case internally (#10958) 2021-06-15 16:37:05 +02:00
26_fetch.js feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11200) 2021-07-03 23:33:36 +02:00
Cargo.toml v1.11.3 2021-07-02 00:13:40 +02:00
internal.d.ts refactor(FormData): refactor formdata serializer to support async blob backing (#11050) 2021-06-22 14:06:37 +02:00
lib.deno_fetch.d.ts refactor: move streams implementation to deno_web crate (#10935) 2021-06-14 13:51:02 +02:00
lib.rs fix: panic in request body streaming (#11191) 2021-06-30 18:05:58 +02:00
README.md Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00

deno_fetch

This crate implements the Fetch API.

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