https://github.com/polyfiller-org/library
A library of spec-compliant polyfills
https://github.com/polyfiller-org/library
library polyfill service
Last synced: about 1 year ago
JSON representation
A library of spec-compliant polyfills
- Host: GitHub
- URL: https://github.com/polyfiller-org/library
- Owner: polyfiller-org
- License: mit
- Created: 2020-09-28T20:14:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T19:10:27.000Z (over 4 years ago)
- Last Synced: 2025-03-18T05:37:37.161Z (over 1 year ago)
- Topics: library, polyfill, service
- Language: TypeScript
- Homepage: https://polyfill.app
- Size: 4.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
> A library of spec-compliant polyfills
## Description
The goal of [Polyfiller](https://github.com/wessberg/Polyfiller) is for you to never worry about polyfills again.
This is a repository of high quality, spec-compliant, and highly optimized polyfills.
You'll be able to recognize any of these polyfills in the wild in that they all share the `@polyfiller` scope.
You can install any of these and use them as you please, or you may use Polyfiller which serves these polyfills directly when needed and requested.
## Polyfills
| | |
| ------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [`@polyfiller/ecma-262`](./packages/library/ecma/ecma-262) | A full modularized implementation of the ECMAScript® Language Specification |
| [`@polyfiller/object-fit`](./packages/library/css/object-fit) | Adds support for the `object-fit` and `object-position` CSS-properties |
| [`@polyfiller/form-data`](./packages/library/dom/form-data) | Adds support for or patches holes in the `FormData` interface |
| | |
## Presentation at CopenhagenJS
## Supporters
Polyfiller is kindly supported by and relies heavily on [BrowserStack](https://www.browserstack.com) for cross-browser testing to ensure maximum cross-browser compatibility.
Polyfiller is kindly supported by [JetBrains](https://www.jetbrains.com/?from=Polyfiller) for software development tools:
## Backers
|
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Bubbles](https://usebubbles.com)
Twitter: [@use_bubbles](https://twitter.com/use_bubbles) | [Christopher Blanchard](https://github.com/cblanc) |
### Patreon
## Table of Contents
- [Description](#description)
- [Polyfills](#polyfills)
- [Presentation at CopenhagenJS](#presentation-at-copenhagenjs)
- [Supporters](#supporters)
- [Backers](#backers)
- [Patreon](#patreon)
- [Table of Contents](#table-of-contents)
- [Contributing](#contributing)
- [Maintainers](#maintainers)
- [License](#license)
## Contributing
Do you want to contribute? Awesome! Please follow [these recommendations](./CONTRIBUTING.md).
## Maintainers
|
|
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Frederik Wessberg](mailto:frederikwessberg@hotmail.com)
Twitter: [@FredWessberg](https://twitter.com/FredWessberg)
Github: [@wessberg](https://github.com/wessberg)
_Lead Developer_ |
## License
MIT © [Frederik Wessberg](mailto:frederikwessberg@hotmail.com) ([@FredWessberg](https://twitter.com/FredWessberg)) ([Website](https://github.com/wessberg))


