This commit is contained in:
PaulGovaere 2022-09-06 16:40:02 +02:00
Родитель 5d6cd6a403
Коммит 304061bbc5
4 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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({

2
dist/furioos.bundle.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -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": {