Skip to content

Workspace.on('browser:update-history') method

Workspace › on(‘browser:update-history’)

Unofficial

Triggers when the browser history is updated.

Signature:

on(name: "browser:update-history", callback: () => unknown, ctx?: unknown): EventRef

Parameters:

Parameter Type Description
name "browser:update-history" 'browser:update-history'.
callback () => unknown Callback function.
ctx? unknown Context.

Returns: EventRefEvent reference.