preload-fetch.h2.window.js (282B)
1 // META: script=resources/early-hints-helpers.sub.js 2 3 test(() => { 4 const preloads = [{ 5 "url": "empty.json?" + Date.now(), 6 "as_attr": "fetch", 7 "crossorigin_attr": "", 8 }]; 9 navigateToTestWithEarlyHints("resources/preload-fetch.html", preloads); 10 });