mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
a50dab683f
Fixes a pesky bug in the fetch implementation where if the init part is specified in `fetch` instead of the `Request` constructor, the fillHeaders function receives two references to the same object, causing it to append to the same list being iterated over. |
||
---|---|---|
.. | ||
01_fetch_util.js | ||
11_streams.js | ||
11_streams_types.d.ts | ||
20_headers.js | ||
21_formdata.js | ||
22_body.js | ||
22_http_client.js | ||
23_request.js | ||
23_response.js | ||
26_fetch.js | ||
Cargo.toml | ||
internal.d.ts | ||
lib.deno_fetch.d.ts | ||
lib.rs | ||
README.md |