MCPcopy Create free account
hub / github.com/composify-js/composify /

Class

packages/react/src/utils/Bridge/Bridge.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type BridgeEventHandler<Event extends BridgeEvent = BridgeEvent> = (event: Event) => void;
4
5export class Bridge {
6 private readonly target: Window;
7 private readonly origin: string;
8 private readonly abort = new AbortController();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected