Skip to content

Commit 8402001

Browse files
authored
chore: remove joining emitter (#15588)
1 parent f42ab63 commit 8402001

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/playwright-core/src/client/channelOwner.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ import { zones } from '../utils/zones';
2525
import type { ClientInstrumentation } from './clientInstrumentation';
2626
import type { Connection } from './connection';
2727
import type { Logger } from './types';
28-
import { JoiningEventEmitter } from './joiningEventEmitter';
2928

30-
export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends JoiningEventEmitter {
29+
export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends EventEmitter {
3130
readonly _connection: Connection;
3231
private _parent: ChannelOwner | undefined;
3332
private _objects = new Map<string, ChannelOwner>();

0 commit comments

Comments
 (0)