-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Labels
Description
Describe the bug
Since commit 1eccfa729b0705091ad038f4168d4ec627b0eaea, the jq operation fails with console error wasm streaming compile failed: TypeError: Failed to execute 'fetch' on 'WorkerGlobalScope': Failed to parse URL from /jq.wasm (resulting in the output always being Error translating from ArrayBuffer to JSON: SyntaxError: Unexpected end of JSON input and later Invalid jq expression: Kt(...).json is not a function)
To Reproduce
- https://gchq.github.io/CyberChef/#recipe=Jq('')
- https://gchq.github.io/CyberChef/#recipe=Jq('.a')&input=eyJhIjogMX0
- Add jq operation
- Observe outputs and console error referenced above
Expected behaviour
jq operation should function (as in 976c8b2d56f8e344c459f26f6b2fc891303b6d17 and before)
Additional context
The jq-web dependency was updated (0.5.1 to 0.6.2), though I've yet to have time to dig into this further.
Reactions are currently unavailable