-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
surface failed fetches in the performance timeline
- fetches that are blocked (CSP, CORS, etc) are omitted - fetches aborted due to network/other errors must be included - failed fetches must surface initialized attributes up to point of failure Closes #12.
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mikewest I'm using rather loose language here with "failed a fetch precondition", is there a better concept I should be linking to here?