entersState (2)
Allows an audio player a specified amount of time to enter a given state, otherwise rejects with an error.
declare function entersState(target: AudioPlayer, status: AudioPlayerStatus, timeoutOrSignal: AbortSignal | number): Promise<AudioPlayer>;