Boris Zbarsky wrote:
Unfortunately, that's not how instanceof works in JS. Try it with Object instead of HTMLAnchorElement...
Making foo instanceof Array false across globals was an extension-breaking change when it happened. Fortunately we have Array.isArray these days.
-- Warning: May contain traces of nuts. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

