wistia video
出于某种原因,我们的 bugsnag 在我们嵌入的网页上报告了一些问题。
我们有如下简单的设置:
<script src="https://fast.wistia.com/embed/medias/test-video-link.jsonp" async></script>
<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<span class="wistia_embed wistia_async_xxxxxxxxx popover=true popoverAnimateThumbnail=true" style="display:block;height:50px;position:relative;width:60px"> </span>
Bugsnag 错误详细信息:
The play() request was interrupted by a call to pause()
Promise:
rejection reason
{
"[object DOMException]": {
"name": "AbortError",
"message": "The play() request was interrupted by a call to pause(). https : //goo . gl/test-video-link",
"code": 20
}
}