Open
Description
The user clicks on a blue link, which kicks off the navigation request. After some time delta, the user's patience runs out and they..
- Click cancel and navigation is aborted (rendering of initial page hasn't been updated)
- Hit the back key and navigation is aborted (they're looking at white screen and give up)
If the origin being navigated to has an associated NEL policy, would the origin see a report for either or both of these cases? Per our current definition in the spec, assuming the UA did not get a 2XX or 3XX response and user aborts the navigation.. I believe the answer is "yes", but want to sanity check both from spec and implementation perspective.
I guess the meta question here is: how do we treat user initiated aborts?