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

Fix failing build caused by stale reference #139

Closed blu25 closed 6 months ago

blu25 commented 6 months ago

This updates the line that clears out automatic beacon data whose once=True to use the new automatic beacon data map that was added in https://github.com/WICG/fenced-frame/pull/133.

One concern I have about this is whether or not the get the automatic beacon data mapping to use algorithm is building a map of references to or copies of the original mapping. If it's the latter, then we'll need to do further refactoring to make sure that the things in the various mappings can be modified by the "maybe send automatic beacon" algorithm.


Preview | Diff