We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5742ebb commit 2dd4ffcCopy full SHA for 2dd4ffc
src/DevToolsConnectionAdapter.ts
@@ -11,7 +11,7 @@ import {Connection} from '../node_modules/chrome-devtools-frontend/front_end/cor
11
/**
12
* Allows a puppeteer {@link ConnectionTransport} to act like a DevTools {@link Connection}.
13
*/
14
-class _DevToolsConnectionAdapter extends Connection {
+export class DevToolsConnectionAdapter extends Connection {
15
#transport: ConnectionTransport | null;
16
#onDisconnect: ((arg0: string) => void) | null = null;
17
0 commit comments