Re: [whatwg/dom] Proposal: DOMChangeList (#270)

Transactions is pretty much impossible due to how `<iframe>` and such work. While we should make the DOM more elegant, we should also offer fast paths for advanced applications. Passing node objects around would not be efficient and getting node objects in workers is also something that's too hard (no implementation is anywhere near ready for that, if ever). This proposal, which avoids all that, is really our best bet to get something done in that area.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/270#issuecomment-227088229

Received on Monday, 20 June 2016 09:06:43 UTC