Open kpreid opened 8 years ago
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.
document.body.childNodes
There's some funny behavior involved; in the debugger, record.sample.toString() returns a value but '' + record.sample does not.
record.sample.toString()
'' + record.sample
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.