fix: sendSdkMessage
This commit is contained in:
Родитель
5d6cd6a403
Коммит
304061bbc5
|
@ -83,7 +83,7 @@ You can find a full example [HERE](/examples/furioos-sdk-js-npm-example)
|
|||
|
||||
### Via CDN
|
||||
```bash
|
||||
<script src="https://cdn.jsdelivr.net/npm/furioos-sdk@2.0.2/dist/furioos.bundle.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/furioos-sdk@2.0.3/dist/furioos.bundle.js"></script>
|
||||
```
|
||||
|
||||
You can find a full example [HERE](/examples/furioos-sdk-js-cdn-example)
|
||||
|
|
|
@ -644,6 +644,7 @@ class Player {
|
|||
|
||||
if (!this.canSendSDKMessage) {
|
||||
console.warn("The sdk has not been started yet. Please wait for the ON_SDK_START event before sending a message");
|
||||
return;
|
||||
}
|
||||
|
||||
this.embed.contentWindow.postMessage({
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "furioos-sdk",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "Furioos SDK: create your own furioos UI communicating with your application",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче