summaryrefslogtreecommitdiff
path: root/cli/js/web/body.ts
AgeCommit message (Expand)Author
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07perf(cli/body): improve .arrayBuffer() speed (#6669)Marcos Casagrande
2020-07-06clean up code in cli/js (#6611)Stanislav
2020-07-05refactor(cli/body): use Deno.Buffer in bufferFromStream (#6632)Marcos Casagrande
2020-06-28fix(cli/body): Maximum call stack size exceeded error (#6537)Marcos Casagrande
2020-06-23fix(cli/web): Support URLSearchParam as Body (#6416)Chris Couzens
2020-06-18refactor(cli/web): use isTypedArray method (#6369)Marcos Casagrande
2020-06-01fix(cli/web): Body.bodyUsed should use IsReadableStreamDisturbedMarcos Casagrande
2020-06-01fix(cli/js/web): formData parser for binary files (#6015)Marcos Casagrande
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-25fix(cli/web/fetch): Make Response constructor standard (#5787)Marcos Casagrande
2020-05-25Improve bufferFromStream (#5826)Marcos Casagrande
2020-05-25Move getHeaderValueParams & hasHeaderValueOf to util.ts (#5824)Marcos Casagrande
2020-04-22Rewrite streams (#4842)Kitson Kelly
2020-04-14dedup various type definitions (#4741)Ryan Dahl
2020-04-13dedup Headers types (#4736)Ryan Dahl
2020-04-11dedup URLSearchParams, URL, Location, DOMStringList (#4719)Ryan Dahl
2020-04-11dedup type declarations (#4718)Ryan Dahl
2020-04-11refactor: Event and EventTarget implementations (#4707)Kitson Kelly
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-05move Web APIs to cli/js/web/Bartek Iwańczuk