You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在这里创建Blob时出现异常:
const fileBlob = new Blob(fileDataList, { type: 'video/MP2T' })
创建的Blob对象有问题,点开能看到里面的异常:
TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
at Function.invokeGetter (:3:28)
at Vue.downloadFile (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:836:9)
at Vue.forceDownload (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:868:14)
at invokeWithErrorHandling (https://upyun.luckly-mjw.cn/lib/vue.js:1862:28)
at HTMLDivElement.invoker (https://upyun.luckly-mjw.cn/lib/vue.js:2187:16)
at original._wrapper (https://upyun.luckly-mjw.cn/lib/vue.js:7540:27)
视频保存不下来,这个是代码兼容性的问题吗?
The text was updated successfully, but these errors were encountered:
在这里创建Blob时出现异常:
const fileBlob = new Blob(fileDataList, { type: 'video/MP2T' })
创建的Blob对象有问题,点开能看到里面的异常:
TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
at Function.invokeGetter (:3:28)
at Vue.downloadFile (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:836:9)
at Vue.forceDownload (file:///Users/xxx/Downloads/m3u8-downloader-master/index.html:868:14)
at invokeWithErrorHandling (https://upyun.luckly-mjw.cn/lib/vue.js:1862:28)
at HTMLDivElement.invoker (https://upyun.luckly-mjw.cn/lib/vue.js:2187:16)
at original._wrapper (https://upyun.luckly-mjw.cn/lib/vue.js:7540:27)
视频保存不下来,这个是代码兼容性的问题吗?
The text was updated successfully, but these errors were encountered: