[whatwg/xhr] WIP: Resource Timing integration (#319)

When response is a network error or body is fully read,
finalize and report the response.

Depends on https://github.com/whatwg/fetch/pull/1185


See:
https://github.com/w3c/resource-timing/pull/261

and https://github.com/w3c/resource-timing/issues/252


<!--
Thank you for contributing to the XMLHttpRequest Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->

- [ ] At least two implementers are interested (and none opposed):
   * …
   * …
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * …
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chrome: …
   * Firefox: …
   * Safari: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://whatpr.org/xhr/319.html" title="Last updated on Mar 17, 2021, 4:29 PM UTC (3225cf9)">Preview</a> | <a href="https://whatpr.org/xhr/319/afd98f1...3225cf9.html" title="Last updated on Mar 17, 2021, 4:29 PM UTC (3225cf9)">Diff</a>
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/xhr/pull/319


-- Commit Summary --

  * WIP: Resource Timing integration

-- File Changes --

    M xhr.bs (16)

-- Patch Links --

https://github.com/whatwg/xhr/pull/319.patch

https://github.com/whatwg/xhr/pull/319.diff


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/pull/319

Received on Wednesday, 17 March 2021 16:29:55 UTC