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
I believe returning stale data is the safest choice here.
There are a lot of setters that will also trigger a read-back (e.g. scrollLeft & friends, even methods like scrollTo()) if reading in the write phase throws, these would become unusable.