mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Implement initial version of navigator.sendBeacon
(#38301)
Gated behind the feature flag `dom_navigator_sendbeacon_enabled` as the `keep-alive` fetch parameter is crucial for real-life use cases such as analytics requests. Part of #4577 Part of #38302 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
181f97879d
commit
dbb886fad2
22 changed files with 237 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
[beacon.https.html]
|
||||
[Mixed-Content: Expects allowed for beacon to same-https origin and keep-scheme redirection from https context.]
|
||||
[Mixed-Content: Expects blocked for beacon to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for beacon to same-https origin and no-redirect redirection from https context.]
|
||||
[Mixed-Content: Expects blocked for beacon to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[beacon.https.html]
|
||||
[Mixed-Content: Expects allowed for beacon to same-https origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[beacon.https.html]
|
||||
[Mixed-Content: Expects allowed for beacon to same-https origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for beacon to same-https origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue