We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0547bbe commit cc84914Copy full SHA for cc84914
dist/performance.js
@@ -344,7 +344,7 @@ async function getSpeculationRules() {
344
}
345
});
346
347
- // Get rules from the HTTP requests
+ // Get rules from Speculation-Rules HTTP Header on the document
348
const documentRequests = [$WPT_REQUESTS.find( req => req.url === document.location.href)] || [];
349
const httpRules = await Promise.all(documentRequests.map(async request => {
350
try {
0 commit comments