github-pages-deploy-action/node_modules/universal-user-agent/dist-web/index.js

12 lines
202 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
function getUserAgent() {
2020-03-22 05:13:25 +08:00
try {
return navigator.userAgent;
}
catch (e) {
return "<environment unknown>";
}
2020-01-28 13:08:03 +08:00
}
export { getUserAgent };
//# sourceMappingURL=index.js.map