Issue #1587 - Part 1: Implement FetchController/FetchSignal interface

This commit is contained in:
Moonchild 2020-06-10 21:08:58 +00:00 committed by Roy Tam
commit 24087592ad
14 changed files with 416 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[DEFAULT]
support-files =
fetch_test_framework.js
file_fetch_controller.html
test_fetch_basic.js
test_fetch_basic_http.js
test_fetch_cors.js
@ -41,6 +42,7 @@ support-files =
[test_fetch_basic_http.html]
[test_fetch_basic_http_sw_reroute.html]
[test_fetch_basic_http_sw_empty_reroute.html]
[test_fetch_controller.html]
[test_fetch_cors.html]
skip-if = toolkit == 'android' # Bug 1210282
[test_fetch_cors_sw_reroute.html]