I found a couple of issues with buster-format while using sinon.js.
One was it would throw an exception under IE9 if the object to format didn't have a hasOwnProperty function, and the other was excessive output when dumping the document and window objects, causing the browser to stall and hog the cpu for several seconds at a time.
As per discussion with Christian, I have patched both these issues.
I found a couple of issues with buster-format while using sinon.js.
One was it would throw an exception under IE9 if the object to format didn't have a
hasOwnProperty
function, and the other was excessive output when dumping thedocument
andwindow
objects, causing the browser to stall and hog the cpu for several seconds at a time.As per discussion with Christian, I have patched both these issues.