ProtectedDo not call this directly.
Creates an instance of ActorHandleRaw.
Call a raw action. This method sends an HTTP request to invoke the named action.
The type of arguments to pass to the action function.
The type of the response returned by the action function.
Establishes a persistent connection to the actor.
A connection to the actor.
Makes a raw HTTP request to the actor.
The URL, path, or Request object
Optionalinit: RequestInitStandard fetch RequestInit options
Promise
Resolves the actor to get its unique actor ID
Creates a raw WebSocket connection to the actor.
Optionalpath: stringThe path for the WebSocket connection (e.g., "stream")
Optionalprotocols: string | string[]Optional WebSocket subprotocols
WebSocket - A raw WebSocket connection
Provides underlying functions for stateless ActorHandle for action calls. Similar to ActorConnRaw but doesn't maintain a connection.
See
ActorHandle