Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Update

A change to the current location.

interface Update {
action: Action;
delta: number | null;
location: Location;
}

§Properties

§
action: Action
[src]

The action that triggered the change.

§
delta: number | null
[src]

The delta between this location and the former location in the history stack

§
location: Location
[src]

The new location.