Signals an event with associated data, unblocking any clients waiting for this event. This enables coordination between different browser sessions, workflows, or external processes.
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
API key passed in the header
The name of the event to signal
Event data to be passed to waiting clients
{
"message": "Task completed",
"result": "success",
"timestamp": "2024-01-01T12:00:00Z"
}Event signaled successfully