On Thu, Nov 21, 2013 at 10:48 AM, Anne van Kesteren <[email protected]> wrote: > (In other news, Object.getOwnPropertyDescriptor(document, "domain") > does not work in Gecko or IE10...)
Please ignore this, it works with s/document/HTMLDocument.prototype/. The bug is in WebKit/Blink for not having it defined on the prototype. (Well, and I guess there's the longstanding issue of HTMLDocument vs Document...) -- http://annevankesteren.nl/
