mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 18:16:53 -04:00
Magic progress
This commit is contained in:
parent
9f3b185f77
commit
40c7e63046
5 changed files with 199 additions and 73 deletions
|
@ -25,6 +25,9 @@ class Operation {
|
|||
this._flowControl = false;
|
||||
this._manualBake = false;
|
||||
this._ingList = [];
|
||||
// this._checks = [];
|
||||
this._inputRegexes = [];
|
||||
this._outputRegexes = [];
|
||||
|
||||
// Public fields
|
||||
this.name = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue