mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Notate that setSkinFromUrl is not yet published
This commit is contained in:
parent
d5f4b6ea55
commit
930a28ea6e
1 changed files with 2 additions and 0 deletions
|
|
@ -379,6 +379,8 @@ unsubscribe();
|
|||
|
||||
Updates the skin used by the webamp instance. Note that this does not happen immediately. If you want to be notified when the skin load is complete, use `.skinIsLoaded()`, which returns a promise which you can await.
|
||||
|
||||
**Since** 1.4.1-beta01 (unreleased)
|
||||
|
||||
### `skinIsLoaded(): Promise<void>`
|
||||
|
||||
Returns a promise that resolves when the skin is done loading.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue