Skip to content

Commit

Permalink
chore(readme): add new error type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 1, 2018
1 parent da7a644 commit 20d89af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ audioEvents.onEnd(console.log)
| `onBuffering` | When browser waits for audio segments to play | `waiting` | All props | `false` |
| `onPlaytimeUpdate` | When currentTime of audio changes | `timeupdate` | playtime | `false` |
| `onVolumeChange` | When volume of audio changes | `volumechange` | volume | `false` |
| `onError` | When an error occurred while playing the audio | `error` | `NETWORK_NO_SOURCE`, `NETWORK_EMPTY`, `NETWORK_IDLE`, `NETWORK_LOADING` | `false` |
| `onError` | When an error occurred while playing the audio | `error` | `NETWORK_NO_SOURCE`, `NETWORK_EMPTY`, `NETWORK_IDLE`, `NETWORK_LOADING`, `MEDIA_ERROR` | `false` |
| `onDurationChange` | When browser has new information on audio duration | `durationchange` | duration | `false` |
| `onRateChange` | When browser detects a change in audio playback rate | `ratechange` | rate | `false` |
| `onFilterUpdate` | When a filter has been changed | `filterUpdated` | All props | `false` |
Expand Down

0 comments on commit 20d89af

Please # to comment.