0.1.2 • Published 1 year ago

@z22092/event-polyfill v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@z22092/event-polyfill


This library is a polyfill for the Event class for older browsers that do not have native support. This allows your code to continue working on older browsers without having to change your code or use different code paths.

Installation

To install this library, you can use npm or yarn package managers.

npm install @z22092/event-polyfill
yarn add @z22092/event-polyfill

Usage

Importing the library at the beginning of your code is all you need to do to start using the polyfill.

import '@z22092/event-polyfill';

This polyfill is designed to work as a drop-in replacement for the native Event class, so you can use it just like you would use the native Event class. Please note that it is always recommended to test your code on different browsers and versions to ensure that it works as expected, as polyfills may have some limitations compared to the native implementation.

Documentation

For more information, please visit the documentation website: https://z22092.github.io/event-polyfill/

License

MIT

0.1.2

1 year ago

0.1.1

1 year ago

0.0.16

1 year ago

0.0.13

1 year ago

0.0.10

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago