未捕获(承诺中)TypeError:globalThis?.crypto?.randomUUID不是函数(Chrome)

问题描述 投票:0回答:1

我今天刚刚开始在 Chrome 中收到未捕获的错误(可能是在 Chrome 更新之后)。 Firefox 没有给我同样的错误。上面写着:

VM2540:2610 Uncaught (in promise) TypeError: globalThis?.crypto?.randomUUID is not a function
    at Messaging.request (<anonymous>:2610:44)
    at ClickToLoad.init (<anonymous>:11216:59)
    at ClickToLoad.callInit (<anonymous>:3180:18)
    at <anonymous>:11424:33
    at Array.forEach (<anonymous>)
    at Object.init (<anonymous>:11422:26)
request @ VM2540:2610
init @ VM2540:11216
callInit @ VM2540:3180
(anonymous) @ VM2540:11424
init @ VM2540:11422
await in init (async)
apply @ VM2540:11490

(匿名)@VM2558:3 (匿名)@VM2558:5 注入@inject.js:114 (匿名)@inject.js:208

想法?

适用于 Firefox 和 Edge。

google-chrome random typeerror uuid
1个回答
0
投票

此错误是由浏览器扩展程序“DuckDuckGo Privacy Essentials”引起的,当前版本为 2023.10.12。仅出现在通过 http 加载的页面上,而不是 https 上。

© www.soinside.com 2019 - 2024. All rights reserved.