mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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,2 +1,16 @@
|
|||
[misc.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[The initiator type for <body background> must be 'body']
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for <input type='image'> must be 'input']
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for <object type='image/png'> must be 'object']
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for for fetch() must be 'fetch']
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for new EventSource() must be 'other']
|
||||
expected: TIMEOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue