Re: [webcomponents] Change deepPath() back to path (a FrozenArray<EventTarget> attribute) (#428)

@annevk, I think the event object would hold a strong reference, why weak? At the end of dispatch it would be replaced by an empty array. But of course none of the arrays need to be created eagerly, if the attribute is never read then no actual array would be created. It's probably easier to spec it as a internal slot, though.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/428#issuecomment-196182282

Received on Monday, 14 March 2016 07:30:45 UTC