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
Main Thread: Hardware-Sync ResizeObserver with requestAnimationFrame (#9315)
- Implemented a `Map` + `requestAnimationFrame` (rAF) throttle inside `main.addon.ResizeObserver`.
- This ensures that during continuous layout thrashing (like window resizing), the Main Thread only dispatches one batched `postMessage` payload to the App Worker per physical display frame (vsync).
- Added comprehensive JSDoc to explain the performance architecture and intent behind the implementation.
0 commit comments