1. custom-event-polyfill
A polyfill for creating CustomEvents on IE9+ if the native implementation is missing.
custom-event-polyfill
Package: custom-event-polyfill
Created by: kumarharsh
Last modified: Mon, 02 Oct 2023 14:34:15 GMT
Version: 1.0.7
License: MIT
Downloads: 1,617,764
Repository: https://github.com/kumarharsh/custom-event-polyfill

Install

npm install custom-event-polyfill
yarn add custom-event-polyfill

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin