Socket
Socket
Sign inDemoInstall

@playlyfe/custom-event-polyfill

Package Overview
Dependencies
0
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @playlyfe/custom-event-polyfill

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


Version published
Weekly downloads
141
increased by2.17%
Maintainers
2
Install size
7.04 kB
Created
Weekly downloads
 

Changelog

Source

1.0.4 (2018-05-23)

Bug Fixes

  • Use correct test for undefined window (21a1b95)

<a name="1.0.3"></a>

Readme

Source

custom-event-polyfill

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

Install

# using yarn
$ yarn add @playlyfe/custom-event-polyfill

# using npm
$ npm install --save @playlyfe/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

License

MIT

Keywords

FAQs

Last updated on 23 May 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc