Brendan Eich wrote: > > Hard to say what IE8's share will be, but IE9 did not implement strict > mode IIRC. IE10 did. >
IE10 sort of did. The following code:
(function(){ 'use strict'; return !this; })();
returns false in IE10. Who knows what other
deviations from the standard there are...
--
Michał Z. Gołębiowski
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

