reiniergs / polyfill-service

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

Provide runtime api to return unminified and minified versions of polyfills for debugging. #194

Closed byao closed 7 years ago

byao commented 7 years ago

ie this.polyfillService.getPolyfillsSource(uaHeader, minified);

The unminified version should include a list of all polyfills sent in comment block.