polyfill.js 540 B

12345678910111213
  1. /* Polyfill service v3.25.1
  2. * For detailed credits and licence information see https://github.com/financial-times/polyfill-service.
  3. *
  4. * UA detected: firefox/52.0.0
  5. * Features requested: Array.from,Array.prototype.includes,MutationObserver,Number.isInteger,Object.entries,Object.setPrototypeOf,Promise,default,fetch,startsWith
  6. * */
  7. (function(undefined) {
  8. /* No polyfills found for current settings */
  9. })
  10. .call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});