naver / egjs-agent

Extracts browser and operating system information from the user agent string or user agent object(userAgentData).
https://naver.github.io/egjs-agent/
MIT License
110 stars 18 forks source link

Breaks on IE8 #21

Closed happyhj closed 6 years ago

happyhj commented 6 years ago

The code contains Array.prototype.some, Array.prototype.forEach, Array.prototype.filter which IE8 not supports. So should add polyfill for those methods.

happyhj commented 6 years ago

Not responding occurs on IE8 reported.