fabiospampinato / cash

An absurdly small jQuery alternative for modern browsers.
MIT License
6.51k stars 266 forks source link

Readme update: Browser compatibility #425

Closed cyfung1031 closed 1 year ago

cyfung1031 commented 1 year ago

As per introduction of WeakMap in #423 and dropped initEvent with IE11 in #422.

Here provides a definition of the versions that this script shall work with.

modern browsers (2015+ browsers except IE; Chrome 36+, Edge 12+, Safari 8+, Firefox 11+, Opera 23+)

Reference: [new MouseEvent](https://caniuse.com/?search=MouseEvent()) and new WeakMap

cyfung1031 commented 1 year ago

PR closed due to both #423 and #422 closed.