ref: af660f135883e955653e0d6b5324d5bc83f8a48e
dir: /domino-lib/NavigatorID.js/
"use strict"; // https://html.spec.whatwg.org/multipage/webappapis.html#navigatorid var NavigatorID = Object.create(null, { appCodeName: { value: "Mozilla" }, appName: { value: "Netscape" }, appVersion: { value: "4.0" }, platform: { value: "" }, product: { value: "Gecko" }, productSub: { value: "20100101" }, userAgent: { value: "" }, vendor: { value: "" }, vendorSub: { value: "" }, taintEnabled: { value: function() { return false; } } }); module.exports = NavigatorID;