Jeremy Roman
Jeremy Roman
> What's the navigationStart when prefetch is used? It's still after the user clicks the link (or otherwise starts a navigation), in my view.
@yoavweiss @noamr Trying to unblock these two issues; wdyt? The delta to this specification is fairly small: https://github.com/w3c/resource-timing/compare/gh-pages...jeremyroman:resource-timing:resource-timing-prefetch?expand=1
Yes, I propose that consuming a preloaded resource create a separate entry, like Noam's separate entry proposal.
I defer to you and Yoav about what the right process is within Web Perf WG (CONTRIBUTING.md seems to say "enough support" after review by WG participants), but it seems...
Another thing that seems related is Fetch's [network partition key](https://fetch.spec.whatwg.org/#network-partition-keys).
I suspect this change could be made in a web-compatible way, but FWIW you could technically use a callback function as a dictionary, since functions are objects. ``` let silly...
This change should be purely editorial; @noamr @domenic can you review?
Ah, I did a quick search for relevant PRs but evidently didn't use the right search terms. I'm happy with closing this if #7722 stands a chance of being merged,...
It looks like these changes are likely to land relatively soon with another PR; dropping this one.
This is missing WPT tests at present. I understand if merging this is blocked on that, but would you mind having a look @noamr ? I expect the tests for...