0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext
Marcos Casagrande 569287b15b
perf(ext/fetch): consume body using ops (#16038)
This commit adds a fast path to `Request` and `Response` that
make consuming request bodies much faster when using `Body#text`,
`Body#arrayBuffer`, and `Body#blob`, if the body is a FastStream.
Because the response bodies for `fetch` are FastStream, this speeds up
consuming `fetch` response bodies significantly.
2022-10-04 15:48:50 +02:00
..
broadcast_channel 1.26.0 2022-09-29 00:10:44 +02:00
cache chore(ext/cache): make helper functions public (#16117) 2022-10-03 10:52:54 +05:30
console 1.26.0 2022-09-29 00:10:44 +02:00
crypto fix(ext/crypto): interoperable import/export (#16153) 2022-10-04 17:37:59 +05:30
fetch perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
ffi 1.26.0 2022-09-29 00:10:44 +02:00
flash refactor(ext/http): remove op_http_read (#16096) 2022-09-30 07:54:12 +02:00
http perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
net fix(runtime): no FastStream for unrefable streams (#16095) 2022-09-30 00:42:33 +02:00
node fix(npm): better error is version is specified after subpath (#16131) 2022-10-03 19:10:53 +02:00
tls 1.26.0 2022-09-29 00:10:44 +02:00
url 1.26.0 2022-09-29 00:10:44 +02:00
web perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
webgpu 1.26.0 2022-09-29 00:10:44 +02:00
webidl 1.26.0 2022-09-29 00:10:44 +02:00
websocket 1.26.0 2022-09-29 00:10:44 +02:00
webstorage 1.26.0 2022-09-29 00:10:44 +02:00