Function: isCompatibleInvokeProtocolVersion()
@rxova/journey-devtools-bridge
@rxova/journey-devtools-bridge / isCompatibleInvokeProtocolVersion
function isCompatibleInvokeProtocolVersion(value): value is 7 | 8;Defined in: protocol.ts:48
Whether the bridge can process an invoke from a given protocol version.
Accepts the current and prior versions (their invoke shapes are identical);
the legacy version is tolerated for register envelopes but cannot invoke.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
value | unknown |
Returns
Section titled “Returns”value is 7 | 8