summaryrefslogtreecommitdiff
path: root/cli/tests/unit/response_test.ts
AgeCommit message (Collapse)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-09-29fix(ext/fetch): `Body#bodyUsed` for static body (#16080)Marcos Casagrande
This fixes a bug where `Body#bodyUsed` incorrectly returns `false` for a body that has actually already been consumed, after `Body#body` is called.
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-10-11perf(webidl): inline ResponseInit converter (#12285)Aaron O'Mullan
2021-08-05refactor(cli/tests): remove unnecessary void return types (#11577)Leo K
2021-07-20tests: re-enable disabled Response.formData test (#11453)Luca Casonato
2021-07-08fix: inspecting prototypes of built-ins with custom inspect implementations ↵David Sherret
should not throw (#11308)
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
Co-authored-by: Luca Casonato <hello@lcas.dev>
2021-04-21fix(fetch): Response inspect regression (#10295)Aaron O'Mullan
2021-04-05chore: update std submodule (#10017)Luca Casonato
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-21fix: Response.arrayBuffer() doesn't return promise (#7618)Luca Casonato