Add HTMLElement as supported type for container (#438)

This commit is contained in:
Roberto Rodriguez
2024-09-23 18:43:20 -07:00
committed by GitHub
parent 45a292acb7
commit 4cc7f800e1

View File

@ -23,10 +23,10 @@ const player = OvenPlayer.create(container, options);
{% tabs %}
{% tab title="Request" %}
| Params | Type | Memo |
| --------- | ------ | ------------------------------------------- |
| container | String | DOM Element |
| options | Object | Please see the _**Options**_ section below. |
| Params | Type | Memo |
| --------- | ------ | ------------------------------------------- |
| container | String \| HTMLElement | DOM Element |
| options | Object | Please see the _**Options**_ section below. |
{% endtab %}
{% endtabs %}