Top "Es5-shim" questions

Support for ECMAScript5 (ES5) on older browsers (mainly pre IE9).

Requirejs why and when to use shim config

I read the requirejs document from here API requirejs.config({ shim: { 'backbone': { //These script dependencies should be loaded before loading //…

javascript requirejs amd shim es5-shim
How to provide ECMAScript 5 (ES 5)-shim?

ECMAScript Fifth Edition (released December 2009) introduces a bunch of new methods (see this table for details). However, there still are …

javascript html browser ecmascript-5 es5-shim
Typescript Map throwing error while using its functions (mapobject.keys() is not a function)

I am a new bee in typescript , In my angular4 project I am receiving a map object as a json. …

angular dictionary typescript es5-shim
Object.defineProperty polyfill

I am currently writing a JavaScript API which is based on new features in ES5. It uses Object.defineProperty quite …

javascript ecmascript-5 es5-shim
IE11 issue Angular CLI project in Angular2(TS), polyfills are notworking

I am using anugular-cli 1.0.0-beta.16 which has polyfills.ts which looks like this: // This file includes polyfills needed by Angular 2 …

javascript angular typescript angular-cli es5-shim