Skip to content

Adds shims for core functions missing from PhantomJS 1.x for use in Meteor apps.

License

Notifications You must be signed in to change notification settings

nicolaslopezj/phantomjs-shim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhantomJS Shim

PhantomJS 1.x is missing some core ECMAScript 5 functions, including the useful Function.bind() method (GitHub issue #10522). This package inserts a polyfill for bind into the prototype of the Function object, making it available within PhantomJS tests.

Make sure to include this package in .meteor/packages or in your own package's list of dependencies before any other packages that use bind.

About

Adds shims for core functions missing from PhantomJS 1.x for use in Meteor apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%