Last active
September 2, 2020 04:17
-
-
Save daybrush/dbd0509d3ee4567ebff196c34bfcc2f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import getAgent from "@egjs/agent"; | |
const agent = getAgent(); | |
// Mac OS X 10.15.4, Chrome Canary 87.0.4243.0 | |
// "chrome" | |
agent.browser.name | |
// "87" (before "87.0.4243.0") | |
agent.browser.version | |
// "unknown" (before mac) | |
agent.os.name | |
// "-1" (before 10.15.4) | |
agent.os.version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment