I don't want an expression.
How can I call a browser object from JavaScript?
Develop games in your browser. Powerful, performant & highly capable.
Most of what the Browser object provides is more conveniently accessed directly from JavaScript. For example you can access the user agent string via navigator.userAgent rather than trying to read an expression on the Browser object.
navigator.userAgent