Skip to main content
type Config = CoreConfig & {
  transports?: Partial<Record<number, Transport>>;
};
The config for the CDP hooks.

Type declaration

NameType
transports?Partial<Record<number, Transport>>

Param

The optional transports to use for the public clients. If not provided, the default http() transport is used.

Returns

The config for the CDP hooks.