Re: [WebIDL] Exceptions

On Wed, Jul 6, 2011 at 9:46 PM, Brendan Eich <brendan@mozilla.org> wrote:
> Gecko is buggy if it is using the dynamic scope. Please file that bug and cc: me.

Gecko says the exception is an instanceof the DOMException object that
corresponds to *any* window.  So e instanceof window1.DOMException and
also e instanceof window2.DOMException.  IIRC, there's already a bug
filed on this, but I can't find it.

Received on Thursday, 7 July 2011 17:10:16 UTC