Bug 1778289 - Part 12: Update spec links as the PR is merged. r=jonco,yulia

The PR has been merged.
See https://html.spec.whatwg.org/multipage/webappapis.html#import-maps

Differential Revision: https://phabricator.services.mozilla.com/D158828
This commit is contained in:
Yoshi Cheng-Hao Huang
2022-10-07 13:56:27 +00:00
parent d5968bc01d
commit 6d98cdb61b
10 changed files with 38 additions and 36 deletions

View File

@@ -499,7 +499,7 @@ void HTMLLinkElement::
return;
}
// https://whatpr.org/html/8075/webappapis.html#fetch-a-modulepreload-module-script-graph
// https://html.spec.whatwg.org/multipage/webappapis.html#fetch-a-modulepreload-module-script-graph
// Step 1. Disallow further import maps given settings object.
OwnerDoc()->ScriptLoader()->GetModuleLoader()->DisallowImportMaps();
return;