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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,10 +258,10 @@ Fires when the sound is loaded.
258
258
Fires when the sound is unable to load. The first parameter is the ID of the sound (if it exists) and the second is the error message/code.
259
259
260
260
The load error codes are [defined in the spec](http://dev.w3.org/html5/spec-author-view/spec.html#mediaerror):
261
-
**1** - The fetching process for the media resource was aborted by the user agent at the user's request.
262
-
**2** - A network error of some description caused the user agent to stop fetching the media resource, after the resource was established to be usable.
263
-
**3** - An error of some description occured while decoding the media resource, after the resource was established to be usable.
264
-
**4** - The media resource indicated by the src attribute or assigned media provider object was not suitable.
261
+
***1** - The fetching process for the media resource was aborted by the user agent at the user's request.
262
+
***2** - A network error of some description caused the user agent to stop fetching the media resource, after the resource was established to be usable.
263
+
***3** - An error of some description occured while decoding the media resource, after the resource was established to be usable.
264
+
***4** - The media resource indicated by the src attribute or assigned media provider object was not suitable.
265
265
#### onplayerror `Function`
266
266
Fires when the sound is unable to play. The first parameter is the ID of the sound and the second is the error message/code.
0 commit comments