mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #1587 - Part 1: Implement FetchController/FetchSignal interface
This commit is contained in:
parent
21f87c85ec
commit
24087592ad
14 changed files with 416 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue