WICG / fenced-frame

Proposal for a strong boundary between a page and its embedded content
https://wicg.github.io/fenced-frame/
Other
120 stars 29 forks source link

Update automatic beacon algorithm to send to all registered URLs #122

Closed blu25 closed 9 months ago

blu25 commented 10 months ago

Automatic beacons will now send to all URLs that registered with the reserved.top_navigation event type, regardless of what data was set when calling setReportEventDataForAutomaticBeacons(). However, automatic beacon data will only be included in the beacon if the beacon's destination is specified in the destination field when calling setReportEventDataForAutomaticBeacons().


Preview | Diff

domfarolino commented 10 months ago

Do the existing WPTs assert this behavior, or have we added any more that we could now pull into a <wpt> block?

blu25 commented 9 months ago

Do the existing WPTs assert this behavior, or have we added any more that we could now pull into a <wpt> block?

There's one more that was just merged upstream. Added it to the list of automatic beacon WPTs.