devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

Which browsers should it support? #31

Open timc3 opened 11 years ago

timc3 commented 11 years ago

I can't see anywhere which states which browsers that this supports?

I presume that it supports IE8 and IE9? But it would be good to know about others.

nevar commented 11 years ago

https://github.com/devote/HTML5-History-API/blob/master/history.js#L4

devote commented 11 years ago

Hi,

Library supports IE6+, FF3+, Chrome10+(older did not test), Safari5+, IOS-Safari5+, Opera9+, Opera Mobile 11, Opera Mini, Mobile Chrome, Mobile Internet Explorer, and other Android browsers

2013/7/15 Tim Child notifications@github.com

I can't see anywhere which states which browsers that this supports?

I presume that it supports IE8 and IE9? But it would be good to know about others.

— Reply to this email directly or view it on GitHubhttps://github.com/devote/HTML5-History-API/issues/31 .

rxaviers commented 11 years ago

I would consider adding this information into README and add unit tests.

devote commented 11 years ago

@rxaviers okay, I'll add it in the near future