phantomjs-polyfill-every

1.0.0 • Public • Published

phantomjs-polyfill-every

This is a polyfill for Array.prototype.every which is missing from PhantomJS.

Installation

npm install --save-dev phantomjs-polyfill-every

Usage

require('phantomjs-polyfill')

Usage with Karma

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

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

Package Sidebar

Install

npm i phantomjs-polyfill-every

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ndelangen