phantomjs-polyfill

0.0.2 • Public • Published

Function.prototype.bind polyfill for PhantomJS

This is a polyfill for function.prototype.bind which is missing from PhantomJS.

Installation

npm install --save-dev phantomjs-polyfill

Usage

require('phantomjs-polyfill')

Usage with Karma

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

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i phantomjs-polyfill

      Weekly Downloads

      5,155

      Version

      0.0.2

      License

      ISC

      Last publish

      Collaborators

      • tom-james-watson