webshim icon indicating copy to clipboard operation
webshim copied to clipboard

ES6 shim

Open AMA3 opened this issue 11 years ago • 3 comments
trafficstars

Hi Alex, here is an ES6 shim that you might want to include in Webshim: https://github.com/paulmillr/es6-shim/

AMA3 avatar Oct 13 '14 21:10 AMA3

Hi,

actually this is already integrated into webshim. Currently, I only haven't added the right feature tests to load it, if it's not supported. Currently this is the test: Math.imul && Number.MIN_SAFE_INTEGER && Object.is && window.Promise && Promise.all

aFarkas avatar Oct 14 '14 08:10 aFarkas

Sweet, thanks! :)

AMA3 avatar Oct 14 '14 12:10 AMA3

I'm not sure I understood, so this is the feature test you're currently using but it's not perfect, i.e. it's trigger-happy?

rubenarslan avatar Feb 29 '16 13:02 rubenarslan