Files
gpw_next/GPW.CORE.SMART/wwwroot/lib/UserAgent.js
T

4 lines
68 B
JavaScript

window.getUserAgent = () => {
return navigator.userAgent;
};