Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azproduction/autopolyfiller-stable

Stable polyfills for Autopolyfiller
https://github.com/azproduction/autopolyfiller-stable

Last synced: 22 days ago
JSON representation

Stable polyfills for Autopolyfiller

Awesome Lists containing this project

README

        

# 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`