ref: e384a34196d16392ecd428b63d21a3868e8957b6
dir: /cmd/gojafs/domino/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;