RE: Adopting a Custom Element into Another Document

From: Anne van Kesteren [mailto:annevk@annevk.nl] 

> Because it's very easy to move nodes from one tree to another and this happens quite a bit through <iframe> and such. If the <iframe> then goes away it would be a shame to have to leak it forever. This is all discussed to great extent in the aforementioned bug.

It's no more or less easy than moving normal JS objects from one realm to another, and we don't `__proto__`-munge those.

Received on Wednesday, 14 January 2015 15:50:24 UTC