Mac OS X Reference Library Apple Developer
Search

Navigator

Module:
window
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getStorageUpdates
javaEnabled
registerContentHandler
registerProtocolHandler

getStorageUpdates



void getStorageUpdates(); 

javaEnabled



boolean javaEnabled(); 

registerContentHandler



void registerContentHandler(
    in DOMString mimeType,
    in DOMString url,
    in DOMString title) raises(DomException); 

registerProtocolHandler



void registerProtocolHandler(
    in DOMString scheme,
    in DOMString url,
    in DOMString title) raises(DomException); 

Member Data

appCodeName
appName
appVersion
cookieEnabled
geolocation
language
mimeTypes
onLine
platform
plugins
product
productSub
userAgent
vendor
vendorSub

appCodeName



readonly attribute DOMString appCodeName; 

appName



readonly attribute DOMString appName; 

appVersion



readonly attribute DOMString appVersion; 

cookieEnabled



readonly attribute boolean cookieEnabled; 

geolocation



readonly attribute Geolocation geolocation; 

language



readonly attribute DOMString language; 

mimeTypes



readonly attribute MimeTypeArray mimeTypes; 

onLine



readonly attribute boolean onLine; 

platform



readonly attribute DOMString platform; 

plugins



readonly attribute PluginArray plugins; 

product



readonly attribute DOMString product; 

productSub



readonly attribute DOMString productSub; 

userAgent



readonly attribute DOMString userAgent; 

vendor



readonly attribute DOMString vendor; 

vendorSub



readonly attribute DOMString vendorSub; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27