We're focusing on parser of userAgent
Because userAgent is a lot various.
It means even if we'll give a lot of RegExp for detecting userAgent, Eventually, we don't cover all of userAgent.
So we choose to support parser, and now, fortunately, work in progress
and We have also plan to make more tests for giving reliability to detect userAgent correctly.
ASSIGNED
Related PR => #26
NOTE:
We're focusing on parser of
userAgent
BecauseuserAgent
is a lot various. It means even if we'll give a lot ofRegExp
for detectinguserAgent
, Eventually, we don't cover all ofuserAgent
.So we choose to support parser, and now, fortunately, work in progress and We have also plan to make more tests for giving reliability to detect userAgent correctly.