- From: Chris Dumez <notifications@github.com>
- Date: Thu, 22 Sep 2016 11:49:39 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 22 September 2016 18:50:32 UTC
The second parameter to MutationObserver.observe() is optional in the specification. I don't understand why we don't simply mark it as mandatory considering that it will throw a TypeError if omitted anyway. Behavior of browser engines: - Gecko agrees with the spec (Argument is optional but throws a TypeError when omitted) - WebKit / Blink mark the second parameter as mandatory -- 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/332
Received on Thursday, 22 September 2016 18:50:32 UTC