NAME
Mozilla::DOM::Navigator
Mozilla::DOM::Navigator is a wrapper around an instance of Mozilla's nsIDOMNavigator interface. This class inherits from Supports.
Note: the GetMimeTypes and GetPlugins methods are not wrapped (otherwise, have to wrap Plugin, PluginArray, MimeType, MimeTypeArray). Let me know if you think those would actually be useful.
CLASS METHODS
$iid = Mozilla::DOM::Navigator->GetIID()
Pass this to QueryInterface.
METHODS
$appcodename = $navigator->GetAppCodeName()
$appname = $navigator->GetAppName()
$appversion = $navigator->GetAppVersion()
$bool = $navigator->GetCookieEnabled()
$language = $navigator->GetLanguage()
$oscpu = $navigator->GetOscpu()
$platform = $navigator->GetPlatform()
$product = $navigator->GetProduct()
$productsub = $navigator->GetProductSub()
$securitypolicy = $navigator->GetSecurityPolicy()
$useragent = $navigator->GetUserAgent()
$vendor = $navigator->GetVendor()
$vendorsub = $navigator->GetVendorSub()
$bool = $navigator->JavaEnabled()
$bool = $navigator->TaintEnabled()
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.