wizer 10.0.0

The WebAssembly Pre-Initializer
Documentation
1
2
3
4
5
6
module.exports = getUserAgentBrowser

function getUserAgentBrowser () {
  /* global navigator */
  return navigator.userAgent
}