mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
Display when an input errors on load.
Autobake when all inputs have loaded. Improve load experience.
This commit is contained in:
parent
3c2e5c143a
commit
6d9a14feed
3 changed files with 39 additions and 14 deletions
|
@ -70,7 +70,7 @@ self.loadFile = function(file, inputNum) {
|
|||
};
|
||||
|
||||
reader.onerror = function(e) {
|
||||
self.postMessage({"error": reader.error.message, "inputNum": inputNum});
|
||||
self.postMessage({"error": reader.error.message, "inputNum": inputNum, "id": self.id});
|
||||
};
|
||||
|
||||
seek();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue