Age | Commit message (Collapse) | Author |
|
|
|
- Removes the __fetch namespace from `deno types`
- Response.redirect should be a static.
- Response.body should not be AsyncIterable.
- Disables the deno_proxy benchmark
- Makes std/examples/curl.ts buffer the body before printing to stdout
|
|
|
|
|
|
|
|
This commit makes sure that "httpBody" resource is closed in case of redirections in fetch API.
|
|
* uncomment broken tests, use skip:
- net_test.ts
- url_test.ts
- fetch_test.ts
|
|
All Deno runtime test files were moved to cli/js/tests/ directory.
It makes a clear distinction that cli/js/tests/ contains code
that is run under Deno runtime as opposed to code in cli/js/ which
is used to create bundle and snapshot with "deno_typescript".
|