-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ios10和11上运行示例,load success后继续执行出错:"TypeError: Value is not a sequence" on Safari of ios10 and ios11 #35
Comments
手上的机器没有问题,有error stack么?截图截全一点。 |
同样的问题,在index中 this.emit("mediaInfo", t.data)之后,另一个进程的onmessage触发时会报这个错 |
will fix in 1.3.3 |
请求提示一下大致思路,🤣尝试本地先修复用一下 @ErosZy |
调试了一下,问题确实出在postMessage,第二个参数在ios10和11上不支持null,换成undefined即可;位置在: (感谢 @Firstnote 协同定位修复问题) |
@Susy123 可以提个PR么? |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在ios10和ios11的safari上运行示例https://qiaozi-tech.github.io/WXInlinePlayer/example/index.html;load success后抛出错误"TypeError: Value is not a sequence",不能正常播放。
The text was updated successfully, but these errors were encountered: