phantomjs-polyfill-object-assign

WebJar for phantomjs-polyfill-object-assign

License

License

MIT
Categories

Categories

JavaScript Languages Ant Build Tools
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

phantomjs-polyfill-object-assign
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

phantomjs-polyfill-object-assign
WebJar for phantomjs-polyfill-object-assign
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/chuckplantain/phantomjs-polyfill-object-assign

Download phantomjs-polyfill-object-assign

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/phantomjs-polyfill-object-assign/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>phantomjs-polyfill-object-assign</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/phantomjs-polyfill-object-assign/
implementation 'org.webjars.npm:phantomjs-polyfill-object-assign:0.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/phantomjs-polyfill-object-assign/
implementation ("org.webjars.npm:phantomjs-polyfill-object-assign:0.0.2")
'org.webjars.npm:phantomjs-polyfill-object-assign:jar:0.0.2'
<dependency org="org.webjars.npm" name="phantomjs-polyfill-object-assign" rev="0.0.2">
  <artifact name="phantomjs-polyfill-object-assign" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='phantomjs-polyfill-object-assign', version='0.0.2')
)
libraryDependencies += "org.webjars.npm" % "phantomjs-polyfill-object-assign" % "0.0.2"
[org.webjars.npm/phantomjs-polyfill-object-assign "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

phantomjs-polyfill-object-assign

Object.prototype.assign polyfill for phantom.js based on https://github.com/tom-james-watson/phantomjs-polyfill and https://github.com/ptim/phantomjs-polyfill-find

This is a polyfill for Object.prototype.assign which is missing from PhantomJS.

Installation

    npm install --save-dev phantomjs-polyfill-object-assign

Usage with Karma

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

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

Versions

Version
0.0.2