mirror of
https://github.com/SpikeHD/MojoFrontend.git
synced 2024-11-29 11:03:19 +00:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
|
async function sendCommand(payload) {
|
||
|
const parent = window.parent
|
||
|
return await parent.sendCommand(payload)
|
||
|
}
|