You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lazy-define: resume large scans via scheduler.postTask when available
Continue an interrupted scan with scheduler.postTask (default user-visible
priority), which yields to input but resumes sooner than the next animation
frame, so large-DOM scans finish faster without blocking. Falls back to
requestAnimationFrame where postTask is unavailable.
0 commit comments