- From: Anne van Kesteren <annevk@annevk.nl>
- Date: Thu, 21 Nov 2013 11:00:48 +0000
- To: WHATWG <whatwg@whatwg.org>
On Thu, Nov 21, 2013 at 10:48 AM, Anne van Kesteren <annevk@annevk.nl> 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/
Received on Thursday, 21 November 2013 11:01:26 UTC