webshim
webshim copied to clipboard
ES6 shim
trafficstars
Hi Alex, here is an ES6 shim that you might want to include in Webshim: https://github.com/paulmillr/es6-shim/
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
Sweet, thanks! :)
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?