polyfill A horrifying `globalThis` polyfill in universal JavaScript By mathiasbynens.be Published On :: Thu, 18 Apr 2019 14:40:02 +0200 The globalThis proposal introduces a unified mechanism to access the so-called “global object” a.k.a. “the global” in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right. Full Article
polyfill 115 JSJ The ES6 Module Loader Polyfill, SystemJS, and jspm with Guy Bedford By devchat.tv Published On :: Wed, 02 Jul 2014 09:00:00 -0400 the panelists discuss the ES6 module loader polyfill, SystemJS, and jspm with Guy Bedford. Full Article