()
| 781 | } |
| 782 | |
| 783 | export function getLastInteractionTime(): number { |
| 784 | return STATE.lastInteractionTime |
| 785 | } |
| 786 | |
| 787 | // Scroll drain suspension — background intervals check this before doing work |
| 788 | // so they don't compete with scroll frames for the event loop. Set by |
no outgoing calls
no test coverage detected