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
#849 implemented the feature to call toJSON() for internal JSON clone algorithm if it exists on an object. But as seen while working on #1709 it misses to catch errors potentially thrown by executing this method.
In such a situation the error as raised should be caught and re-thrown as javascript error.