Should host website be able to capture MonetizationEvent from iframes? #496
Labels
discussion
A discussion thread pondering a meta-topic that may lead to specific proposals
specification
Work required on specification
If a document contains
<iframe allow="monetization">
, shouldwindow.addEventListener('monetization')
include events from iframes?event.target
could be relevantiframe
in this case.In other words, should a website be able to know how much money is being sent to the embeds on the page Event bubbling doesn't allow this, but perhaps
window
should include events from all browsing contexts on the page?The text was updated successfully, but these errors were encountered: