Class Location

    • 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 Location prototype
        property prototype
        See Also:
        Object
      • location

        public Location location
        property location
        See Also:
        Object
      • hash

        public JSString hash
        Property hash
      • host

        public JSString host
        Property host
      • hostname

        public JSString hostname
        Property hostname
      • href

        public JSString href
        Property href
      • pathname

        public JSString pathname
        Property pathname
      • port

        public JSString port
        Property port
      • protocol

        public JSString protocol
        Property protocol
      • search

        public JSString search
        Property search
    • Constructor Detail

      • Location

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