deno/ext/fetch
Luca Casonato 64a7187238
chore: remove No*Permissions structs (#12316)
These are confusing. They say they are "for users that don't care about
permissions", but that isn't correct. `NoTimersPermissions` disables
permissions instead of enabling them.

I would argue that implementors should decide what permissions they want
themselves, and not take our opinionated permissions struct.
2021-10-04 22:56:24 +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): optimize fillHeaders() key iteration (#12287) 2021-10-01 12:17:16 +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 feat(tls): custom in memory CA certificates (#12219) 2021-09-30 09:26:15 +02:00
23_request.js perf(fetch): optimize newInnerRequest blob url check (#12245) 2021-09-27 13:19:24 +02:00
23_response.js perf(fetch/Response): avoid class fields (#12237) 2021-09-27 10:51:32 +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.2 (#12253) 2021-09-28 12:19:03 +02: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 chore: remove No*Permissions structs (#12316) 2021-10-04 22:56:24 +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/