result,
[
entries.a.response,
- //entries.a_with_query.response
+ entries.a_with_query.response
],
'Cache.matchAll with ignoreSearch should ignore the ' +
'search parameters of cached request.');
},
'Cache.matchAll with ignoreSearch option');
-done();
\ No newline at end of file
+done();
response: new Response('')
},
- {
- name: 'secret_cat',
- request: new Request('http://tom:jerry@example.com/cat'),
- response: new Response('')
- },
-
- {
- name: 'top_secret_cat',
- request: new Request('http://tom:j3rry@example.com/cat'),
- response: new Response('')
- },
{
name: 'non_2xx_response',
request: new Request('http://example.com/non2xx'),