Skip to content

attila/prototype-indexof-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototype-indexof-shim

Build Status

Browser shim for Array.prototype.indexOf as seen on MDN

This is most likely useful in a project built with Browserify where <= IE8 compatibility is required.

Installation

npm install prototype-indexof-shim --save

Usage

require('prototype-indexof-shim');

This will not override the native method.

About

Browser shim for Array.prototype.indexOf via MDN

Resources

Stars

Watchers

Forks

Packages

No packages published