Search code examples
javascriptgoogle-chromebrowserdevopsnavigator

Navigator.userAgentData is coming as undefined


When I am trying to console navigator.userAgentData its showing undefined . While I'm trying in my local setup its working but in deployed area url when I'm opening console and checking its showing undefined.


Solution

  • This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

    enter image description here

    source