Skip to content

A simple Array.prototype.includes polyfill to phantomJS. Based in MDN specification

License

Notifications You must be signed in to change notification settings

Neuromobile/phantomjs-polyfill-includes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phantomjs-polyfill-includes

A simple Array.prototype.includes polyfill to phantomJS command line browser. Based in MDN specification

MIT License

Installation

    npm install --save-dev phantomjs-polyfill-includes

Usage with Karma

Include the polyfill directly in the files list of your karma.conf.

    ...
    files: [
      './node_modules/phantomjs-polyfill-includes/includes-polyfill.js',
      ...
    ]
    ...

About

A simple Array.prototype.includes polyfill to phantomJS. Based in MDN specification

Resources

License

Stars

Watchers

Forks

Packages

No packages published