1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext/fetch
github-actions[bot] d2c0940838 1.20.5 (#14230)
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-04-07 12:38:26 -04:00
..
01_fetch_util.js chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
20_headers.js chore(ext): fix typo in ext/webgpu, ext/fetch (#14106) 2022-03-25 13:31:11 +01:00
21_formdata.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
22_body.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
22_http_client.js refactor: primordials for instanceof (#13527) 2022-02-01 18:06:11 +01:00
23_request.js chore(ext): fix typo in ext/webgpu, ext/fetch (#14106) 2022-03-25 13:31:11 +01:00
23_response.js cleanup(web, fetch): dedupe minesniff / "extract a MIME type" algorithm (#14044) 2022-03-24 13:39:10 +11:00
26_fetch.js chore(wasm): Don't await on the argument to handleWasmStreaming (#14000) 2022-03-30 16:48:40 -04:00
Cargo.toml 1.20.5 (#14230) 2022-04-07 12:38:26 -04:00
fs_fetch_handler.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
internal.d.ts chore: update copyright year (#13434) 2022-01-20 16:10:16 +09:00
lib.deno_fetch.d.ts fix(ext/fetch): extend deprecated fetch() overload with string | Request (#14134) 2022-03-30 16:48:09 -04:00
lib.rs experiment(serde_v8): derive_more enabled opaque wrappers (#14096) 2022-04-07 09:42:33 -04: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/