Closed bripkens closed 7 years ago
Good point, we should probably add ~"The user aborts the navigation" bullet point under step 1.
I quickly tried this in Chrome and Safari (both latest stable), they will both cancel gathering of navigation timing data and will list the remaining data points with their initial value.
The behavior is—I believe—as expected.. correct? As in, if the navigation is aborted before the value is initialized then it should report its initial value.
The behavior is—I believe—as expected.. correct? As in, if the navigation is aborted before the value is initialized then it should report its initial value.
I'd say so, yes. It would be consistent to the other abort clauses.
It seems like the abort conditions (under processing model) are missing a bullet point on user initiated canceled page loads. Specifically, what happens when the user cancels page loads.
I quickly tried this in Chrome and Safari (both latest stable), they will both cancel gathering of navigation timing data and will list the remaining data points with their initial value.