Skip to content

Are user initiated aborts a network failure? #108

Open
@igrigorik

Description

@igrigorik

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..

  1. Click cancel and navigation is aborted (rendering of initial page hasn't been updated)
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions