Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-07 | perf(cli/body): improve .arrayBuffer() speed (#6669) | Marcos Casagrande | |
2020-07-04 | chore: port http_server.py to rust (#6364) | Ryan Dahl | |
2020-06-28 | fix(cli/body): Maximum call stack size exceeded error (#6537) | Marcos Casagrande | |
2020-06-23 | fix(cli/web): Support URLSearchParam as Body (#6416) | Chris Couzens | |
The following used to fail in Deno despite working in the browser: ```javascript new Request('http://localhost/', {method: 'POST', body: new URLSearchParams({hello: 'world'})}).text().then(console.log) ``` | |||
2020-06-02 | fix: Better use of @ts-expect-error (#6038) | Kitson Kelly | |
2020-05-26 | Use ts-expect-error instead of ts-ignore. (#5869) | Kitson Kelly | |
2020-05-20 | move js unit tests to cli/tests (#5678) | Ryan Dahl | |