Make fetch API more standards compliant (#3667)

This commit is contained in:
serverhiccups 2020-02-04 03:54:47 +13:00 committed by GitHub
parent fba40d86c4
commit 2b0cf74a8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 194 additions and 9 deletions

View file

@ -17,7 +17,8 @@ export {
assertNotEquals,
assertStrictEq,
assertStrContains,
unreachable
unreachable,
fail
} from "../../std/testing/asserts.ts";
interface TestPermissions {