Navigator.vendor
Summary
Returns the name of the browser vendor for the current browser.
Syntax
JavaScript
Copy Code
venString = window.navigator.vendor
Value
venString
is aDOMString
.
Example
JavaScript
Copy Code
window.navigator.vendor // returns "Netscape6"
Notes
vendor
is another portion of the userAgent string. The product and the vendor can be different--as when Netscape 6.1 uses the Gecko product to do its rendering. See also navigator.product, navigator.userAgent
Specifications
This is not part of specification.
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/navigator/vendor