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

feat: add default agent #50

Closed daybrush closed 2 years ago

daybrush commented 2 years ago

Issue

49

I created a function called getDefaultAgent that only uses navigator.userAgent.

But I don't like the name.

Details