mirror of
https://github.com/AirenSoft/OvenPlayer.git
synced 2025-03-14 10:15:51 +00:00
Add HTMLElement as supported type for container (#438)
This commit is contained in:
committed by
GitHub
parent
45a292acb7
commit
4cc7f800e1
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user