custom-event-polyfill

WebJar for custom-event-polyfill

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

custom-event-polyfill
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

custom-event-polyfill
WebJar for custom-event-polyfill
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kumarharsh/custom-event-polyfill

Download custom-event-polyfill

How to add to project

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

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.

custom-event-polyfill

A polyfill for creating CustomEvents on IE9+ if the native implementation is missing.

Sauce Test Status

Install

# using yarn
$ yarn add custom-event-polyfill

# using npm
$ npm install --save custom-event-polyfill

Usage

Just include this polyfill before using any code which creates a CustomEvent object, ideally as early as possible.

Refer to the CustomEvent documentation for details on how to use it: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.

License

MIT

Versions

Version
1.0.7
1.0.6
0.3.0