mirror of
https://github.com/gchq/CyberChef
synced 2026-01-05 01:53:36 +00:00
Improvements and basic tests for Magic op and addition of deep cloning for dishes
This commit is contained in:
@@ -120,7 +120,7 @@ class BackgroundWorkerWaiter {
|
||||
* @param {string|ArrayBuffer} input
|
||||
*/
|
||||
magic(input) {
|
||||
// If we're still working on the previous bake, cancel it before stating a new one.
|
||||
// If we're still working on the previous bake, cancel it before starting a new one.
|
||||
if (this.completedCallback + 1 < this.callbackID) {
|
||||
clearTimeout(this.timeout);
|
||||
this.cancelBake();
|
||||
|
||||
Reference in New Issue
Block a user