You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ in the meantime check out what's in the examples directory (especially the [simp
26
26
27
27
## TODOs
28
28
29
-
* make the core player options object optinal when initializing a new player
30
29
* abort the loading of the sound if the user clicks play and then pause (or stop / next / previous) before the end of the buffering process (https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/abort)
31
30
* allow cross fading songs "on end" if it's the next song in a playlist
32
31
* create a web component UI (http://www.w3.org/TR/components-intro/)!?
@@ -74,3 +73,4 @@ in the meantime check out what's in the examples directory (especially the [simp
74
73
* play next song onEnded, add option to enable or disable automatic play next onEnded
75
74
* add change position method
76
75
* add loop queue option
76
+
* make the core player options object optinal when initializing a new player
0 commit comments