Class Navigator

    • Field Detail

      • constructor

        protected JSFunction constructor
        property constructor
        Since:
        Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Function
      • prototype

        public Navigator prototype
        property prototype
        See Also:
        Object
      • appCodeName

        public JSString appCodeName
        Property appCodeName
      • appName

        public JSString appName
        Property appName
      • appVersion

        public JSString appVersion
        Property appVersion
      • cookieEnabled

        public JSBoolean cookieEnabled
        Property cookieEnabled
      • mimeTypes

        public JS5Array mimeTypes
        Property mimeTypes
      • platform

        public JSString platform
        Property platform
      • plugins

        public JS5Array plugins
        Property plugins
      • userAgent

        public JSString userAgent
        Property userAgent
    • Constructor Detail

      • Navigator

        public Navigator()
        Object Navigator()
        Since:
        Common Usage, no standard