HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wifu

no profile record

comments

wifu
·4 ปีที่แล้ว·discuss
JSON.stringify is outputting the "own, enumerable" properties. The default properties of window.navigator aren't enumerable and/or come through the prototype chain.

The rules for JSON.stringify are actually pretty complicated: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...