Searched refs:fetch_method (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/test/fixtures/wpt/FileAPI/url/resources/ |
| D | fetch-tests.js | 16 function fetch_tests(fetch_method, fetch_should_succeed, fetch_should_fail) { argument 26 }, 'Blob URLs can be used in ' + fetch_method); 34 }, fetch_method + ' with a fragment should succeed'); 41 }, fetch_method + ' of a revoked URL should fail'); 50 }, 'Only exact matches should revoke URLs, using ' + fetch_method); 56 }, 'Appending a query string should cause ' + fetch_method + ' to fail'); 62 }, 'Appending a path should cause ' + fetch_method + ' to fail'); 69 }, fetch_method + ' with method "' + method + '" should fail');
|