mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/StarCitizenBoxBrowserEx.git
synced 2025-07-03 07:59:08 +08:00
feat: add SC-BOX-TRANSLATE-API-AVAILABLE message
This commit is contained in:
@ -43,4 +43,6 @@ window.addEventListener('message', async (event) => {
|
|||||||
requestId,
|
requestId,
|
||||||
response
|
response
|
||||||
}, '*');
|
}, '*');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
window.postMessage({ type: 'SC-BOX-TRANSLATE-API-AVAILABLE' }, '*');
|
Reference in New Issue
Block a user