Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /loading/early-hints/preload-fetch.h2.window.html - WPT Dashboard Interop Dashboard
// META: script=resources/early-hints-helpers.sub.js
test(() => {
const preloads = [{
"url": "empty.json?" + Date.now(),
"as_attr": "fetch",
"crossorigin_attr": "",
}];
navigateToTestWithEarlyHints("resources/preload-fetch.html", preloads);
});