Skip to content

ianmcgregor/oldie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oldie

A bundle of polyfills for Old IE.

addEventListener

Needed for ie8

https://github.com/jonathantneal/EventListener

classList

Full polyfill needed for ie8 and ie9, partial for ie10 and ie11

https://github.com/eligrey/classList.js

console

Needed for ie8

Sham for window.console, that kills errors for undefined console methods.

es5 shim

Needed for ie8. Polyfills array and tring methods amogst others.

https://github.com/es-shims/es5-shim

Warning: some unsupported features such as Object.defineProperty may still fail in ie8. See documentation for es5-sham

html5 shiv

Needed for ie8. Polyfills HTML5 elements.

https://github.com/aFarkas/html5shiv

requestAnimationFrame

Needed for ie8 and ie9

https://gist.github.com/paulirish/1579671

Usage

<!--[if IE]>
<script src="oldie.js"></script>
<![endif]-->

Dev setup

To install dependencies:

$ npm install
$ bower install

To build:

$ gulp bundle

To run tests:

$ npm install -g karma-cli
$ karma start

About

A collection of polyfills for Old IE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published