default-passive-events icon indicating copy to clipboard operation
default-passive-events copied to clipboard

Makes {passive: true} by default when EventListenerOptions are supported

Results 15 default-passive-events issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

I've just tried to use the CDN for my website and it giving me a 404 error Could not load content for https://unpkg.com/index.umd.js.map: HTTP error: status code 404,

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Would be nice to have an option to override default supportedPassiveTypes list, for example to exclude some events.

Getting this error: > DevTools failed to load source map: Could not load content for https://unpkg.com/index.umd.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE Cause by file in dist folder used in...

PR-welcome

Hi there, Thanks for sharing this tool. I am curious how I can integrate it with smooth scroll libraries like locomotive scroll (https://github.com/locomotivemtl/locomotive-scroll). Any kind of help or guidance is...

Hello 👋 Interesting utility, I'm keen to give it a spin. There is something I would like to share about scroll event. I've read some docs recently and I've noticed...

Is it possible to add the passive flag by default to other events like "animationend" or "transitionend"?

question

Hello, lighthouse detects this library as depracated due to planned removal of some DOMevents: _DOM Mutation Events, including `DOMSubtreeModified`, `DOMNodeInserted`, `DOMNodeRemoved`, `DOMNodeRemovedFromDocument`, `DOMNodeInsertedIntoDocument`, and `DOMCharacterDataModified` are deprecated (https://w3c.github.io/uievents/#legacy-event-types) and will...