diff --git a/docs/usage.md b/docs/usage.md index 2a27fab7..5a38229e 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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` Returns a promise that resolves when the skin is done loading.