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
Browsers currently don't support serializing Aggregate errors for instance, see whatwg/html#5749.
Also when a worker throws custom errors such as class MyError extends Error, these are not serialized either. This doesn't allow the main thread to catch it and check its type using instanceof.