voronianski / soundcloud-audio.js

:musical_note: SoundCloud tracks and playlists with HTML5 Audio API
http://caniuse.com/#feat=audio
284 stars 46 forks source link

Return promise from audio.play() #23

Closed whitershade closed 6 years ago

whitershade commented 6 years ago

Using v 1.2.2

To reproduce: Try to play unsupported file. See the developer console.

screen shot 2018-01-11 at 1 32 20 pm

soundCloudAudio.play() returns undefined and we cannot handle this exception

Expected: According to https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/play soundCloudAudio.play() returns promise and we can handle this exception

screen shot 2018-01-11 at 1 34 27 pm screen shot 2018-01-11 at 1 36 32 pm