Sha256: 780fc044ac3e79b7518026aed2af8080a81fc6a4ea4042df41dd82fd5b34972d
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
"use strict"; exports.implementation = class NavigatorIDImpl { get appCodeName() { return "Mozilla"; } get appName() { return "Netscape"; } get appVersion() { return "4.0"; } get platform() { return ""; } get product() { return "Gecko"; } get productSub() { return "20030107"; } // see Navigator constructor for userAgent get vendor() { return "Google Inc."; } get vendorSub() { return ""; } };
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
select_all-rails-0.3.1 | node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js |