Re: [whatwg/dom] Node.prototype.rootNode is not Web compatible (#241)

I don't think people are adding things to prototype in this case.  They're adding it on Node instances themselves.  The problem is that they're adding `rootNode` lazily, and the fact that `Node.prototype.rootNode` exists is screwing them over :(

---
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/241#issuecomment-215954405

Received on Saturday, 30 April 2016 10:48:26 UTC