play 报错找不到资源
Open
@kevingpqi123 is already working on this.
Since Jul 16, 2024.
- Dominant language
- HTML
- Stars
- 5.8k
- Forks
- 531
- Avg merge
- 8d 55m
- Merged PRs (30d)
- 17
Description
【版本信息】
4.2.88
【平台信息】
Web 浏览器
【预期的表现】
正常加载
【实际的情况】
报错:
const playVideoElement = async videoElement => {
if (IS_WECHAT && window.WeixinJSBridge) {
await getWechatNetwork();
}
try {
await videoElement.play();
} catch (error) {
throw new Error(error.message);
}
};
【Demo及附件】
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.