Skip to content

Commit 2dd4ffc

Browse files
szuendOrKoN
andcommitted
Export class instead of prefixing with underscore.
Co-authored-by: Alex Rudenko <[email protected]>
1 parent 5742ebb commit 2dd4ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DevToolsConnectionAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {Connection} from '../node_modules/chrome-devtools-frontend/front_end/cor
1111
/**
1212
* Allows a puppeteer {@link ConnectionTransport} to act like a DevTools {@link Connection}.
1313
*/
14-
class _DevToolsConnectionAdapter extends Connection {
14+
export class DevToolsConnectionAdapter extends Connection {
1515
#transport: ConnectionTransport | null;
1616
#onDisconnect: ((arg0: string) => void) | null = null;
1717

0 commit comments

Comments
 (0)