Interface: IpcHandlerVerificationLogMetadata
Defined in: shared/types/ipc.ts:156
Structured metadata logged when verifying IPC handler registration.
Propertiesโ
availableChannelsโ
availableChannels: readonly
string[]
Defined in: shared/types/ipc.ts:158
Ordered list of registered IPC channel identifiers.
channelโ
channel:
string
Defined in: shared/types/ipc.ts:160
Channel name requested by the preload bridge.