Is the window.opera object in fact a host object? From the documentation at <http://www.howtocreate.co.uk/operaStuff/operaObject.html>, it seems the only magic behavior is in its methods, not in the object itself. Is there something magical about the behavior of this object itself?
Note that just because the object itself is non-standard and provided by the host does not make it a host object. On Sat, Jan 28, 2012 at 1:15 AM, John-David Dalton < [email protected]> wrote: > I noticed in the ES6 draft it states that host objects *do not* have > the [[NativeBrand]] internal property. > I think "do not have" should be reworded to "are not required to have". > This would allow existing inferences like > `{}.toString.call(window.opera) == '[object Opera]'`. > > - JDD > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss > -- Cheers, --MarkM
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

