mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-12 12:04:49 +08:00
Add extracted source directory and README navigation
This commit is contained in:
17
extracted-source/node_modules/@mixmark-io/domino/lib/NavigatorID.js
generated
vendored
Normal file
17
extracted-source/node_modules/@mixmark-io/domino/lib/NavigatorID.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"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;
|
||||
Reference in New Issue
Block a user