phantomjs-polyfill-array-from

1.0.1 • Public • Published

phantomjs-polyfill-array-from

A PhantomJS polyfill for Array.prototype.from. Based on MDN specification.

Build Status

Installation

npm install --save-dev phantomjs-polyfill-array-from

Usage

require('phantomjs-polyfill-array-from')

Usage with Karma

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

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

Package Sidebar

Install

npm i phantomjs-polyfill-array-from

Weekly Downloads

20

Version

1.0.1

License

MIT

Last publish

Collaborators

  • webcore-it