Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServerLocation

An in-memory implementation of Location.

name

ServerLocation

Hierarchy

  • ServerLocation

Implements

  • Location

Index

Constructors

constructor

Properties

Private history

history: History

href

href: string

Accessors

ancestorOrigins

  • get ancestorOrigins(): DOMStringList

hash

  • get hash(): string
  • set hash(value: string): void

host

  • get host(): string
  • set host(value: string): void

hostname

  • get hostname(): string
  • set hostname(value: string): void

origin

  • get origin(): string

pathname

  • get pathname(): string
  • set pathname(value: string): void

port

  • get port(): string
  • set port(value: string): void

protocol

  • get protocol(): string
  • set protocol(value: string): void

search

  • get search(): string
  • set search(value: string): void

Methods

assign

  • assign(url: string): void

reload

  • reload(): void

replace

  • replace(url: string): void

setHistory

  • setHistory(history: History): this

toString

  • toString(): string

Generated using TypeDoc