@tracerbench/protocol-connection

v1.1.0
Adapts a message transport into a [devtools protocol](https://chromedevtools.github.io/devtools-protocol/) connection.

@tracerbench/protocol-connection

Adapts a message transport into a devtools protocol connection.

This peer depends on devtools-protocol which defines the typing of events, requests, and responses of the devtools protocol.

API

export default function newProtocolConnection(
  attach: AttachMessageTransport,
  newEventEmitter: NewEventEmitter,
  debug: DebugCallback,
): ProtocolConnection;

The types are declared in types.d.ts

npm i @tracerbench/[email protected]

Metadata

Downloads