Re: JS log-dumping an object and circular references problem
"R.Wieser" <[email protected]> Mon, 8 Feb 2021 12:57:00 +0100
| Newsgroups | gmane.comp.mozilla.general |
|---|---|
| Message-ID | <[email protected]> |
Dave,
> I usually examine objects using
> console.log("Response: "+JSON.stringify(details))
> Does that not work?
Alas, no. Thats the problem I mentioned in the "P.s." : "TypeError: cyclic
object value" (just rechecked it with your example).
Regards,
Rudy Wieser