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
refactor: deduplicate PriorityQueue scheduling to reduce bundle size
Extract shared scheduling logic into private scheduleItem() method,
reused by both pushWithBackoff and pushWithDelay. Brings browser bundle
back under the 29.7 kB size limit.
0 commit comments