Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/web-polyfill
The polyfills you'll need in a web app.
https://github.com/egoist/web-polyfill
Last synced: 22 days ago
JSON representation
The polyfills you'll need in a web app.
- Host: GitHub
- URL: https://github.com/egoist/web-polyfill
- Owner: egoist
- License: mit
- Created: 2017-04-17T12:22:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T07:31:51.000Z (over 5 years ago)
- Last Synced: 2024-10-10T15:05:20.200Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-polyfill
[![NPM version](https://img.shields.io/npm/v/web-polyfill.svg?style=flat)](https://npmjs.com/package/web-polyfill) [![NPM downloads](https://img.shields.io/npm/dm/web-polyfill.svg?style=flat)](https://npmjs.com/package/web-polyfill) [![CircleCI](https://circleci.com/gh/egoist/web-polyfill/tree/master.svg?style=shield)](https://circleci.com/gh/egoist/web-polyfill/tree/master) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/egoist/donate)
## What's polyfill-ed?
- `window.Promise`
- `Object.assign`How big is the size? 8KB minified and 3KB gzipped. Probably the smallest one for these features.
## Install
```bash
yarn add web-polyfill
```## Usage
```js
import 'web-polyfill'
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**web-polyfill** © [egoist](https://github.com/egoist), Released under the [MIT](./LICENSE) License.
Authored and maintained by egoist with help from contributors ([list](https://github.com/egoist/web-polyfill/contributors)).> [egoistian.com](https://egoistian.com) · GitHub [@egoist](https://github.com/egoist) · Twitter [@rem_rin_rin](https://twitter.com/rem_rin_rin)