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 Dec 16, 2023. It is now read-only.
I believe this occurs because the history class is attached to the location object and the history class actually attaches the browser object as a member as well.
In a standard browser, you can call
JSON.stringify(window.location);
This fails in zombie with a circular json reference.I believe this occurs because the
history
class is attached to the location object and thehistory
class actually attaches thebrowser
object as a member as well.here is the code:
The text was updated successfully, but these errors were encountered: