Skip to content

webcore-it/phantomjs-polyfill-array-from

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
  ...
]
...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published