Dispatch an event on sandbox creation

* the goal is to be able to know when the sandbox is ready for mochitest in m-c
This commit is contained in:
Calixte Denizet 2020-12-18 17:20:40 +01:00
parent 142f131ee1
commit 4ae9064d60

View File

@ -1580,6 +1580,12 @@ const PDFViewerApplication = {
URL: this.url,
},
});
if (this.externalServices.isInAutomation) {
this.eventBus.dispatch("sandboxcreated", {
source: this,
});
}
} catch (error) {
console.error(error);
this._destroyScriptingInstance();