How can I use userAgentData
on server(Nodejs)? In express i am trying to use new JS api:
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/userAgentData
I tried this `
console.log(global.navigator)
But this is printing undefined
.
I am also on https.