Author here. Haven't maintained this in a while. It's down due to some breaking changes in libraries and I haven't updated the code to handle it.<p>I also stopped using this as you could just use babel to automatically use whichever polyfill you use with babel-runtime. Saving a few kb is an overoptimization.<p>If you're interested in maintaining this project, let me know. I can add you to the GitHub organization.
This is a really great example of why not to use random CDN's just because it is convenient. Currently they are just serving internal server errors.
If this interests you, there is also <a href="https://cdn.polyfill.io/v1/docs/" rel="nofollow">https://cdn.polyfill.io/v1/docs/</a> (<a href="https://github.com/Financial-Times/polyfill-service" rel="nofollow">https://github.com/Financial-Times/polyfill-service</a>), backed by FT.
> To include polyfills, use a -, otherwise, use a +.<p>That should say 'exclude', right? To avoid confusion, probably avoid "otherwise" too, spell it out "to exclude polyfills use a `-`; to include only listed polyfills use a `+`"
as a low level developer all of this confuses me. polyfills as a thing at all, multiple solutions and a service that can provide them (but doesn't actually work!)<p>this is why web development makes me feel bad... all this time an effort spent solve very easily and classically well solved problems in the browser, because browsers are wastelands of terrible engineering :I
Getting an Internal Server Error at <a href="https://cdn.jsdelivr.net/polyfills/polyfill.js" rel="nofollow">https://cdn.jsdelivr.net/polyfills/polyfill.js</a>
This is a really neat idea... when paired with the Express middleware and Babel, you could have a pretty clean ES6 app with modern browser features and still have it work on older browsers.
CDNs beats packages for faster page loads, but there must be a reliable maintainer. This was paramount as I was building SaturnAPI. If anyone needs to utilize MATLAB in the cloud check it out: <a href="https://SaturnAPI.com" rel="nofollow">https://SaturnAPI.com</a>