File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- import { Connection } from '../node_modules/chrome-devtools-frontend/front_end/core/protocol_client/InspectorBackend .js' ;
7+ import { ConnectionTransport as DevToolsConnectionTransport } from '../node_modules/chrome-devtools-frontend/front_end/core/protocol_client/ConnectionTransport .js' ;
88
99import { type ConnectionTransport } from './third_party/index.js' ;
1010
1111/**
1212 * Allows a puppeteer {@link ConnectionTransport} to act like a DevTools {@link Connection}.
1313 */
14- export class DevToolsConnectionAdapter extends Connection {
14+ export class DevToolsConnectionAdapter extends DevToolsConnectionTransport {
1515 #transport: ConnectionTransport | null ;
1616 #onDisconnect: ( ( arg0 : string ) => void ) | null = null ;
1717
You can’t perform that action at this time.
0 commit comments