Quote:
Originally Posted by kovidgoyal
No that's not thrown by the server. It's thrown by the browser and indicates that the browser failed to clone some object, most likely a Blob object. Presumably pale moon doesn't support that. Point the pale moon developer to this: https://developer.mozilla.org/en-US/...lone_algorithm
|
Here is answer of Pale Moon developer:
https://forum.palemoon.org/viewtopic...119804#p119804
Quote:
It's not an error thrown by the browser. At the very least it would be a custom error thrown by their script -- which doesn't provide any usable context for us -- if the authors would be so kind as to quote which code throws, we have something to go on.
Also, your quoted link is mangled. No idea what I'm supposed to be looking at.
Never mind, I figured it out. Not that that helps because we support workers/shared workers and their data transfer methods like postMessage() and the likes. So we will have to know exactly which code throws if we want to investigate what's happening.
|