Skip to content

exrobbie/ie8-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ie8-polyfill

IE8 polyfills

Install

npm i -S ie8-polyfill

Usage

Append the following code in the head element.

<!--[if lt IE 9]>
<script src='ie8-polyfill.js'></script>
<![endif]-->

Build

Run npm run build if you would like to build your own code.

About

Compatiable polyfills for IE8+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published