Bug 1769029 - Support ESM loaded by shim in Cu.loadedModules. r=yulia
Differential Revision: https://phabricator.services.mozilla.com/D146169
This commit is contained in:
@@ -277,6 +277,8 @@ class ModuleLoaderBase : public nsISupports {
|
||||
// Returns true if the module for given URL is already fetched.
|
||||
bool IsModuleFetched(nsIURI* aURL) const;
|
||||
|
||||
nsresult GetFetchedModuleURLs(nsTArray<nsCString>& aURLs);
|
||||
|
||||
// Internal methods.
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user