Skip to content

@ralphschuler.webgl shader factory.<internal>.History

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: History

@ralphschuler/webgl-shader-factory.<internal>.History

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

MDN Reference

Table of contents

Properties

Methods

Properties

length

Readonly length: number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13469


scrollRestoration

scrollRestoration: ScrollRestoration

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13471


state

Readonly state: any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13473

Methods

back

back(): void

MDN Reference

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13475


forward

forward(): void

MDN Reference

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13477


go

go(delta?): void

MDN Reference

Parameters

Name Type
delta? number

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13479


pushState

pushState(data, unused, url?): void

MDN Reference

Parameters

Name Type
data any
unused string
url? null | string | URL

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13481


replaceState

replaceState(data, unused, url?): void

MDN Reference

Parameters

Name Type
data any
unused string
url? null | string | URL

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:13483

Typescript Libraries

Modules

Namespaces

Clone this wiki locally