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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Some events like Network started cause a Date object to be sent, which fails with:
Uncaught DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
We need to
JSON.stringify
to fix this.The text was updated successfully, but these errors were encountered: