Open
Description
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.
Ps: This refers to https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/EventPhases/explainer.md (there is no label for that proposal yet).