- Notifications
You must be signed in to change notification settings - Fork165
Collection of polyfills that I've written
License
NotificationsYou must be signed in to change notification settings
remy/polyfills
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A way of getting the browser to behave and support the latest specifications.
This is my own collection of code snippets that support different native features of browsers using JavaScript (and if required, Flash in some cases).
You can install polyfills using component:
component install remy/polyfills
If you'd like to include all polyfills (except device motion), you can just:
require('polyfills');
If you'd only like a specific polyfill, you can require indivual ones like this:
require('polyfills/classList');// now we can use classList in lots of browsers!element.classList.add('foo');
License:http://rem.mit-license.org
About
Collection of polyfills that I've written
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.