Hello,
With jQuery 2.1.3, isPlainObject of localStorage for example was giving false while now, with jQuery 2.2.3, it gives true in Safari 8.
jQuery.isPlainObject(localStorage)
I assume it's a regression and not a drop of support of Safari 8 between jQuery 2.1 and jQuery 2.2, is it correct?
jQuery.isPlainObject(localStorage) should always return false.
I couldn't find quickly a bugfix for this.
Cheers,
Raphaël