Issue #618 - Implement preloading of module scripts.

This hooks up module scripts to the existing preload mechanism.
This commit is contained in:
Moonchild 2020-08-27 15:44:53 +00:00 committed by roytam1
commit 1e87731ce1
3 changed files with 63 additions and 22 deletions

View file

@ -56,7 +56,7 @@ public:
ModuleLoadRequest(nsIURI* aURI,
ModuleLoadRequest* aParent);
bool IsTopLevel() const {
bool IsTopLevel() const override {
return mIsTopLevel;
}