mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Added loader for long bakes and improved initial loading sequence
This commit is contained in:
@@ -12,6 +12,12 @@ import Chef from "./Chef.js";
|
||||
// Set up Chef instance
|
||||
self.chef = new Chef();
|
||||
|
||||
// Tell the app that the worker has loaded and is ready to operate
|
||||
self.postMessage({
|
||||
action: "workerLoaded",
|
||||
data: {}
|
||||
});
|
||||
|
||||
/**
|
||||
* Respond to message from parent thread.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user