It's know that copy
is a special function available inside the developer console of Chrome and Firefox (and potentially other browsers) to copy an object to the clipboard.
[1][2]
So why is it that when I copy some highly complex object in chrome to debug in my text editor, parts of it revert to calling its toString
function, resulting in "[Object object]" when none is specified?