79375200

Date: 2025-01-21 16:43:26
Score: 0.5
Natty:
Report link

I encountered this exception while manipulating session history via history.pushState() and history.replaceState(). The state object I passed had circular references and apparently the serialization mechanism used by the History API is not the same as JSON.stringify() since the latter prints a nice error message about circular references (at least in Chrome).

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Burak Gök