Files
gpw_next/GPW.CORE6.Smart/wwwroot/lib/UserAgent.js
T
2024-08-22 16:03:31 +02:00

4 lines
68 B
JavaScript

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