1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tools/wpt
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
..
certs tests: re-generate WPT certificates (#14774) 2022-06-02 00:50:48 +02:00
config.json fix(websocket): spec conformance & WPT (#11010) 2021-06-21 12:15:08 +02:00
expectation.json perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
runner.ts refactor: use spawn API across codebase (#14414) 2022-05-18 22:00:11 +02:00
testharnessreport.js fix(ext/web): add EventTarget brand checking (#14637) 2022-06-17 11:05:02 -04:00
utils.ts fix(tools): upgrade to new Deno.spawn api (#15265) 2022-07-21 14:15:15 +05:30