On Wed, Oct 29, 2014 at 1:53 AM, Allen Wirfs-Brock <[email protected]> wrote: > I suppose we could extend that to include all built-in globals. Could really > do it for host defined globals.
1) I thought the idea was that "host defined" would be a thing of the past. Do we want differences in capabilities between globals defined through JavaScript libraries and the browser? 2) While document, navigator, etc. are non-configurable and whatnot, there's a bunch of other "host defined" globals that have different characteristics. Just study Window's IDL in HTML. -- https://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

