mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #1587 - Part 4: Implement FetchObserver
This commit is contained in:
parent
78ff97aaf3
commit
6722d7f4b4
11 changed files with 223 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue