You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
New in Firefox 44.0.2. Did not fail in 43.0.
Cause as far as I've traced is "TypeError: can't convert symbol to string" when stringifying tame
document.body.childNodes
for sampleObjects.There's some funny behavior involved; in the debugger,
record.sample.toString()
returns a value but'' + record.sample
does not.The text was updated successfully, but these errors were encountered: