mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Added apploaded event to signify when the app has completed loading
This commit is contained in:
parent
be689e293d
commit
81f2a460ed
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,10 @@ const Manager = function(app) {
|
|||
* @event Manager#appstart
|
||||
*/
|
||||
this.appstart = new CustomEvent("appstart", {bubbles: true});
|
||||
/**
|
||||
* @event Manager#apploaded
|
||||
*/
|
||||
this.apploaded = new CustomEvent("apploaded", {bubbles: true});
|
||||
/**
|
||||
* @event Manager#operationadd
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue