2.0.0 • Published 4 years ago

@tracerbench/protocol-connection v2.0.0

Weekly downloads
533
License
BSD-2-Clause
Repository
-
Last release
4 years ago

@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

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago