Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Timing behavior for HTTP Exchange loading #156

Open
irori opened this issue Mar 19, 2018 · 1 comment
Open

Resource Timing behavior for HTTP Exchange loading #156

irori opened this issue Mar 19, 2018 · 1 comment
Assignees

Comments

@irori
Copy link
Collaborator

irori commented Mar 19, 2018

This came up in https://chromium-review.googlesource.com/c/chromium/src/+/967632.

When a HTTP Exchange is loaded from an application/http-exchange+cbor envelope, what the resource timing fields for that load should represent?

cc: @jyasskin @kinu

@jyasskin
Copy link
Member

Resource timing is https://w3c.github.io/resource-timing/.

We'll need to specify all of the fields in https://w3c.github.io/resource-timing/#dom-performanceresourcetiming.

If we treat a signed exchange as a redirect, the normal resource timing algorithms will skip most of the data transfer, so I suspect we want to special-case them to cover the envelope instead of its content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants