Notate that setSkinFromUrl is not yet published

This commit is contained in:
Jordan Eldredge 2019-05-21 08:03:30 -07:00
parent d5f4b6ea55
commit 930a28ea6e

View File

@ -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. 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>` ### `skinIsLoaded(): Promise<void>`
Returns a promise that resolves when the skin is done loading. Returns a promise that resolves when the skin is done loading.