Uncaught(in promise)TypeError:globalThis?.crypto?.randomUUID不是函数(Chrome)

bfnvny8b  于 2023-11-14  发布在  Go
关注(0)|答案(1)|浏览(168)

我今天刚开始在Chrome中收到Uncaught错误(可能是在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 @ inject.js:114(匿名)@ inject.js:208
有什么想法?
适用于Firefox和Edge。

yqhsw0fo

yqhsw0fo1#

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

相关问题