object-path
object-path copied to clipboard
document browser support?
Hey there,
It looks like this module works in ie8. Also: after peeping the sauce it doesn't look like there would be any reason for it not to. What is the stance on browser support?
AFAIK, the objectPath({}) constructor doesn't work on IE8 because it doesn't have Array.prototype.reduce and Object.keys, but might work with a polyfill. Otherwise it should work.
We removed the testling badge because it's an abandoned OSC project. Setting it up with saucelabs would work, but requires more setting up then travis
Ah yes. It was working in IE8 because I had a ES5 polyfill included in the project. Duh.
I have been meaning to try out sauce labs (use browserstack automate atm). I could set it up for you if you want.