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

Precise detection of history API support. #82

Closed pazams closed 8 years ago

pazams commented 8 years ago

isSupportHistoryAPI is calculated based on the presence of pushState in history object. This can lead to false positives. A more precise detection should be performed, Probably similar to how Modernizer detects this feature.