You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isBot returns false when the user agent is not a bot but returns 'google' when using the google bot user agent. Should it not display true instead and then have a separate property botType which returns google?
The text was updated successfully, but these errors were encountered:
Workaround: Use string type in the application and cast the result to the string by _ request.useragent.isBot.toString() _
This works fine in my typescript project.
isBot returns false when the user agent is not a bot but returns 'google' when using the google bot user agent. Should it not display true instead and then have a separate property botType which returns google?
The text was updated successfully, but these errors were encountered: