Re: JS log-dumping an object and circular references problem

Dave Royal<[email protected]> Mon, 08 Feb 2021 06:37:57 -0600
Newsgroups gmane.comp.mozilla.general
Message-ID <[email protected]>
On 8 Feb 2021 12:57:00 +0100 R.Wieser wrote:
>Alas, no.  Thats the problem I mentioned in the "P.s." : "TypeError: cyclic 
>object value" (just rechecked it with your example).

Seen this?
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value>

Can you guess from the documented properties of this object which one 
might be the culprit? If so can you serialise response.culprit? 
Or response.culprit.culprit? It can't be infinitely recursive, surely?

Or do I misunderstand - I've never dealt with a self-referencing 
object.
-- 
(Remove numerics from email address)