reiniergs / polyfill-service

Javascript polyfills as a service. Java implementation.
http://www.polyfillservice.org/
MIT License
7 stars 9 forks source link

WeakMap polyfill does not work on IE11 #152

Open byao opened 7 years ago

byao commented 7 years ago
screen shot 2017-06-15 at 3 49 02 pm screen shot 2017-06-15 at 3 49 47 pm
vbhargavmbis-zz commented 7 years ago

@byao This implementation seems to work in IE11 according to Polyfill.io: https://github.com/Financial-Times/polyfill-service/blob/master/polyfills/WeakMap/polyfill.js We will be doing further testing on our end to verify

scottmo commented 7 years ago

@byao Any repro step? I tried loading WeakMap both in the console and in jsfiddle using a script tag and they both work fine.