- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Jun 2016 22:30:50 +0000
- To: public-houdini-archive@w3.org
A static method is just one defined on the interface object, rather than on instances of the interface. Methods thus still have a perfectly reasonable `this` - the interface object. Do we need to do anything about `.call()` and such? Does `document.open.call(otherDocument)` need special handling, or is that just handled automatically by WebIDL? We just want "the obvious behavior", where this is identical to calling a method on window and having its effect scoped to the window's primary document. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/216#issuecomment-227289785 using your GitHub account
Received on Monday, 20 June 2016 22:30:52 UTC