We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c6bfd commit 49e8743Copy full SHA for 49e8743
2 files changed
docs/README.md
@@ -240,7 +240,7 @@ ap.on('ended', function () {
240
});
241
```
242
243
-Video events
+Audio events
244
245
- abort
246
- canplay
@@ -578,4 +578,4 @@ ap.on('listswitch', (data) => {
578
579
### Why can't player autoplay in some mobile browsers?
580
581
-Most mobile browsers forbid video autoplay, you wont be able to achieve it without hacks.
+Most mobile browsers forbid audio autoplay, you wont be able to achieve it without hacks.
docs/zh-Hans/README.md
@@ -221,7 +221,7 @@ const ap = new APlayer({
221
222
+ `ap.list.clear()`: 清空播放列表
223
224
-+ `ap.audio`: 原生 video
++ `ap.audio`: 原生 audio
225
226
+ `ap.audio.currentTime`: 返回音频当前播放时间
227
0 commit comments