Skip to content

Commit cc84914

Browse files
committed
Better comment
1 parent 0547bbe commit cc84914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/performance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ async function getSpeculationRules() {
344344
}
345345
});
346346

347-
// Get rules from the HTTP requests
347+
// Get rules from Speculation-Rules HTTP Header on the document
348348
const documentRequests = [$WPT_REQUESTS.find( req => req.url === document.location.href)] || [];
349349
const httpRules = await Promise.all(documentRequests.map(async request => {
350350
try {

0 commit comments

Comments
 (0)