Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azproduction/autopolyfiller-stable
- Owner: azproduction
- License: mit
- Created: 2014-08-31T14:41:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T16:00:37.000Z (almost 10 years ago)
- Last Synced: 2024-10-04T12:35:59.488Z (about 1 month ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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`