Options
All
  • Public
  • Public/Protected
  • All
Menu

Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.

Hierarchy

  • History

Index

Properties

length: number
scrollRestoration: ScrollRestoration
state: any

Methods

  • back(): void
  • Returns void

  • forward(): void
  • Returns void

  • go(delta?: number): void
  • Parameters

    • Optional delta: number

    Returns void

  • pushState(data: any, title: string, url?: null | string): void
  • Parameters

    • data: any
    • title: string
    • Optional url: null | string

    Returns void

  • replaceState(data: any, title: string, url?: null | string): void
  • Parameters

    • data: any
    • title: string
    • Optional url: null | string

    Returns void

Generated using TypeDoc