mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #618 - Implement preloading of module scripts.
This hooks up module scripts to the existing preload mechanism.
This commit is contained in:
parent
065ef47e65
commit
1e87731ce1
3 changed files with 63 additions and 22 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
ModuleLoadRequest(nsIURI* aURI,
|
||||
ModuleLoadRequest* aParent);
|
||||
|
||||
bool IsTopLevel() const {
|
||||
bool IsTopLevel() const override {
|
||||
return mIsTopLevel;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue