gpt4 book ai didi

javascript - FileReader API 的 Firefox Mobile SecurityError

转载 作者:行者123 更新时间:2023-11-29 15:25:20 35 4
gpt4 key购买 nike

所以我的问题与Firefox SecurityError: "The operation is insecure." 有点相关.上传图像适用于除 Firefox Android App 之外的所有浏览器,它会抛出 SecurityError。我无法理解这是 CORS 问题。图像只是从 FileReader 读取并显示在 UI 中。

reader.onload = (e) => {
this.displayImage(e.target.result, file.name);
this.toggleUploadInput();
};
reader.onerror = (e) => {
alert('error:'+ e.target.error.name);
};

任何帮助将不胜感激。谢谢。

最佳答案

已解决,Firefox 无法完全访问摄像头、麦克风......您必须确保它可以访问它所要求的所有设备资源。

关于javascript - FileReader API 的 Firefox Mobile SecurityError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39829842/

35 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com