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:

ParameterTypeDescription
name"browser:update-history"'browser:update-history'.
callback() => unknownCallback function.
ctx?unknownContext.

Returns: EventRefEvent reference.