Get desktop application:
View/edit binary Protocol Buffers messages
a chain of parent invocation scopes used to look up the callback reference
a chain of parent invocation scopes used to look up the callback reference
the callback id
args to pass to the callback
Used in:
sent by the client when a method function is invoked
sent by the server when a function has returned
sent by the server when a function has thrown
sent to invoke a generator method - a special case because the callback functions on the return value must live beyond the lifetime of the function that supplied the async generator
if the method is passed and `AbortSignal`, the 'abort' event will be fired on it by the client sending this message
sent by the client when a callback function is invoked
sent by the server when a function has returned
sent by the server when a function has thrown
if the callback is passed and `AbortSignal`, the 'abort' event will be fired on it by the client sending this message
the type of the message
the message payload
Used in:
, , , , ,