custom-event-polyfill

WebJar for custom-event-polyfill

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

custom-event-polyfill
Последняя версия

Последняя версия

1.0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

custom-event-polyfill
WebJar for custom-event-polyfill
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать custom-event-polyfill

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.7
1.0.6
0.3.0