config redirect

This commit is contained in:
Nuno Coração
2023-01-29 22:30:24 +00:00
parent 17557c7d73
commit 5fb4bd8083
9905 changed files with 1258996 additions and 36355 deletions
+32
View File
@@ -0,0 +1,32 @@
# custom-event-polyfill
A polyfill for creating CustomEvents on IE9+ if the native implementation is missing.
[![Sauce Test Status](https://saucelabs.com/browser-matrix/kumarharsh.svg)](https://saucelabs.com/u/kumarharsh)
## Install
```bash
# 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](https://saucelabs.com).
## License
MIT