Rick Waldron (2013-12-18T05:55:42.000Z)
domenic at domenicdenicola.com (2014-01-03T15:09:39.077Z)
On Tue, Dec 17, 2013 at 10:45 PM, Shijun He <hax.sfo at gmail.com> wrote: > No, it does NOT work. Because you can't ask all module/library authors > write like that. Submit patches—libraries intended for use in IE8 should be made to support that platform, it's that simple. > And, ES6 and any future version of this language already impaired by > legacy browsers. For example, typeof null MUST be 'object'. Wrong—that impairment has nothing to do with browsers, but with _existing_ code that makes incorrect assumptions (or none at all) about the return value of typeof.