(msg: WindowMessage, data: ScriptRunResource)
| 15 | } |
| 16 | |
| 17 | export function runScript(msg: WindowMessage, data: ScriptRunResource) { |
| 18 | return sendMessage(msg, "sandbox/runScript", data); |
| 19 | } |
| 20 | |
| 21 | export function stopScript(msg: WindowMessage, uuid: string) { |
| 22 | return sendMessage(msg, "sandbox/stopScript", uuid); |
no test coverage detected