Skip to content

Commit

Permalink
[zh-cn]: Update translation of autoplay_guide
Browse files Browse the repository at this point in the history
[zh-cn]: Update translation of autoplay_guide
  • Loading branch information
R2h1 authored Jul 28, 2023
1 parent 3e7bc68 commit 2b37ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/media/autoplay_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if (startPlayPromise !== undefined) {

如果 `play()` 返回的 Promise 已正确解决,则 `then()` 子句将运行,并且可以在自动播放开始时开始执行任何需要执行的操作。

## 使用 Web Audio API自动播放
## 使用 Web Audio API 自动播放

[Web Audio API](/zh-CN/docs/Web/API/Web_Audio_API) 中,网站或应用程序可以使用链接到 {{domxref("AudioContext")}} 的源节点上的 `start()` 方法开始播放音频。在处理用户输入事件的上下文之外执行此操作受自动播放规则的约束。.

Expand Down

0 comments on commit 2b37ab2

Please sign in to comment.