Added loader for long bakes and improved initial loading sequence

This commit is contained in:
n1474335 2017-07-28 14:43:44 +01:00
parent cc3aad17e1
commit 78d0369e71
6 changed files with 49 additions and 53 deletions

View file

@ -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.
*