import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ReceivedMessageFromTargetEvent } = Protocol.Target;
Notifies about a new protocol message received from the session (as reported in
attachedToTarget
event).
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ReceivedMessageFromTargetEvent } = Protocol.Target;
Notifies about a new protocol message received from the session (as reported in
attachedToTarget
event).