mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #618 - Further align error handling for module scripts with the spec
Ref: BZ 1388728
This commit is contained in:
parent
c65ca2ca58
commit
743bdc04fb
6 changed files with 280 additions and 89 deletions
|
|
@ -45,9 +45,15 @@ public:
|
|||
void Cancel() override;
|
||||
|
||||
void ModuleLoaded();
|
||||
void ModuleErrored();
|
||||
void DependenciesLoaded();
|
||||
void LoadFailed();
|
||||
|
||||
private:
|
||||
void LoadFinished();
|
||||
void CancelImports();
|
||||
|
||||
public:
|
||||
// Is this a request for a top level module script or an import?
|
||||
bool mIsTopLevel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue