Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return early for child same origin frames
If we have cross origin record turned on but we are in a child frame that has the same origin as its parent we end up in sort of an inefficient state. We will start the recording, record mutations, but then never actually emit them anywhere since inEmittingFrame and passEmitsToParent are both false. This is a waste of resources and we might as well just never start the recording.
- Loading branch information