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