Bug 1803984 - Part 1: Don't use the preloaded module request if there's an import map. r=jonco

Differential Revision: https://phabricator.services.mozilla.com/D178298
This commit is contained in:
Yoshi Cheng-Hao Huang
2023-06-28 08:43:42 +00:00
parent 2472afddd9
commit bfd39f3416
3 changed files with 18 additions and 0 deletions

View File

@@ -314,6 +314,8 @@ class ModuleLoaderBase : public nsISupports {
nsresult GetFetchedModuleURLs(nsTArray<nsCString>& aURLs);
bool RemoveFetchedModule(nsIURI* aURL);
// Internal methods.
private: