@tracerbench/protocol-connection

Adapts a message transport into a devtools protocol connection.

Usage no npm install needed!

<script type="module">
  import tracerbenchProtocolConnection from 'https://cdn.skypack.dev/@tracerbench/protocol-connection';
</script>

README

@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