1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
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
..
integration chore: remove 'fix_exotic_specifier' test (#16143) 2022-10-04 14:24:35 +02:00
testdata chore: remove 'fix_exotic_specifier' test (#16143) 2022-10-04 14:24:35 +02:00
unit perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00