Re: Imperative API for Node Distribution in Shadow DOM (Revisited)

From: Anne van Kesteren <annevk@annevk.nl>

>  var x = new Event(eventType)
>  someNodeThatIsDistributed.addEventListener(eventType, e => console.log(e.path))
>  someNodeThatIsDistributed.dispatchEvent(ev);

Can you explain in a bit more detail why this causes interop problems? What browsers would give different results for this code? What would those results be?

Received on Thursday, 30 April 2015 12:44:55 UTC