MCPcopy
hub / github.com/BoxFactura/pulltorefresh.js / setPassiveMode

Function setPassiveMode

src/lib/index.js:8–10  ·  view source on GitHub ↗
(isPassive)

Source from the content-addressed store, hash-verified

6// public API
7export default {
8 setPassiveMode(isPassive) {
9 _shared.passive = isPassive;
10 },
11 setPointerEventsMode(isEnabled) {
12 _shared.pointerEventsEnabled = isEnabled;
13 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected