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
Yusuke Tanaka dadd8b3d66
feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453)
This commit adds a method of `Symbol.dispose` to the object returned
from `Deno.createHttpClient`, so we can make use of [explicit resource
management](https://github.com/tc39/proposal-explicit-resource-management)
by declaring it with `using`.
2023-12-06 16:52:59 +09:00
..
20_headers.js fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
21_formdata.js fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
22_body.js fix(ext/fetch): clone second branch chunks in Body.clone() (#20057) 2023-08-15 09:21:02 +02:00
22_http_client.js feat(ext/fetch): allow Deno.HttpClient to be declared with using (#21453) 2023-12-06 16:52:59 +09:00
23_request.js fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
23_response.js fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
26_fetch.js refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07:00
27_eventsource.js fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
Cargo.toml chore: forward v1.38.5 release commit to main (#21472) 2023-12-06 00:53:16 +00:00
fs_fetch_handler.rs refactor(ext/fetch): Remove FetchRequestBodyResource from FetchHandler interface (#20100) 2023-08-09 10:47:47 -06:00
internal.d.ts refactor: remove remaining references to "flash" server (#18580) 2023-04-04 12:37:56 +02:00
lib.deno_fetch.d.ts fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
lib.rs refactor: use resourceForReadableStream for fetch (#20217) 2023-12-01 08:56:10 -07: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/