Skip to content

procxy / Request

Interface: Request

Defined in: src/shared/protocol.ts:25

Method invocation request sent from parent to child. Includes unique ID for request/response correlation.

Properties

PropertyTypeDefined in
argsJsonifiable[]src/shared/protocol.ts:29
idstringsrc/shared/protocol.ts:26
propstringsrc/shared/protocol.ts:28
type"CALL"src/shared/protocol.ts:27

Released under the MIT License.