mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Make fetch API more standards compliant (#3667)
This commit is contained in:
parent
fba40d86c4
commit
2b0cf74a8f
5 changed files with 194 additions and 9 deletions
|
@ -17,7 +17,8 @@ export {
|
|||
assertNotEquals,
|
||||
assertStrictEq,
|
||||
assertStrContains,
|
||||
unreachable
|
||||
unreachable,
|
||||
fail
|
||||
} from "../../std/testing/asserts.ts";
|
||||
|
||||
interface TestPermissions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue