1.0.2 • Published 9 years ago

autopolyfiller-stable v1.0.2

Weekly downloads
174
License
-
Repository
github
Last release
9 years ago

Stable polyfills for Autopolyfiller

It contains all stable, backward compartible and crossbrowser polyfills. These polyfills are default for Autopolyfiller.

  • ECMAScript 5

    • Array

      • every
      • filter
      • forEach
      • indexOf
      • lastIndexOf
      • map
      • reduce
      • reduceRight
      • some
    • Date

      • toISOString
    • Function

      • bind
    • String

      • trim
  • base64 encode-decode

    • btoa
    • atob
  • matchMedia
  • Promise