Issue #1587 - Part 4: Implement FetchObserver

This commit is contained in:
Moonchild 2020-06-11 08:22:04 +00:00 committed by Roy Tam
commit 6722d7f4b4
11 changed files with 223 additions and 0 deletions

View file

@ -5,6 +5,7 @@ support-files =
test_fetch_basic.js
test_fetch_basic_http.js
test_fetch_cors.js
file_fetch_observer.html
test_formdataparsing.js
test_headers_common.js
test_request.js
@ -49,6 +50,7 @@ skip-if = toolkit == 'android' # Bug 1210282
skip-if = toolkit == 'android' # Bug 1210282
[test_fetch_cors_sw_empty_reroute.html]
skip-if = toolkit == 'android' # Bug 1210282
[test_fetch_observer.html]
[test_formdataparsing.html]
[test_formdataparsing_sw_reroute.html]
[test_request.html]