mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 22:33:20 +00:00
Remove step and progress from Chef.
It's now all handled by the App!
This commit is contained in:
@@ -102,9 +102,7 @@ async function bake(data) {
|
||||
const response = await self.chef.bake(
|
||||
data.input, // The user's input
|
||||
data.recipeConfig, // The configuration of the recipe
|
||||
data.options, // Options set by the user
|
||||
data.progress, // The current position in the recipe
|
||||
data.step // Whether or not to take one step or execute the whole recipe
|
||||
data.options // Options set by the user
|
||||
);
|
||||
|
||||
const transferable = (data.input instanceof ArrayBuffer) ? [data.input] : undefined;
|
||||
|
||||
Reference in New Issue
Block a user