libxmljs-dom
Version:
DOM wrapper for libxmljs
34 lines (29 loc) • 760 B
JavaScript
;
module.exports = {
appCodeName: 'Mozilla',
appName: 'Netscape',
appVersion: '5.0',
buildID: '20151029151422',
cookieEnabled: true,
geolocation: {},
getUserMedia: function() {
},
javaEnabled: function() {
return false;
},
language: 'en-US',
onLine: true,
platform: 'MacIntel',
product: 'Gecko',
registerContentHandler: function() {
},
registerProtocolHandler: function() {
},
/*sendBeacon: function(url, data) {
return true;
},*/
userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:42.0) Gecko/20100101 Firefox/42.0",
plugins: [],
vibrate: function() {
}
}