object-path icon indicating copy to clipboard operation
object-path copied to clipboard

document browser support?

Open austinpray opened this issue 10 years ago • 2 comments

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?

austinpray avatar Apr 24 '15 18:04 austinpray

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

pocesar avatar Apr 24 '15 22:04 pocesar

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.

austinpray avatar Apr 24 '15 22:04 austinpray