class js.html.Navigator
Available on js
Returns a reference to the navigator object, which can be queried for information about the application running the script.
Documentation for this class was provided by MDN.
Instance Fields
var appCodeName:String
Returns the internal "code" name of the current browser. Do not rely on this property to return the correct value.
var appVersion:String
Returns the version of the browser as a string. Do not rely on this property to return the correct value.
var cookieEnabled:Bool
Returns a boolean indicating whether cookies are enabled in the browser or not.
function getUserMedia(options:Dynamic, successCallback:NavigatorUserMediaSuccessCallback, ?errorCallback:NavigatorUserMediaErrorCallback):Void