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 f42ab63 commit 8402001Copy full SHA for 8402001
packages/playwright-core/src/client/channelOwner.ts
@@ -25,9 +25,8 @@ import { zones } from '../utils/zones';
25
import type { ClientInstrumentation } from './clientInstrumentation';
26
import type { Connection } from './connection';
27
import type { Logger } from './types';
28
-import { JoiningEventEmitter } from './joiningEventEmitter';
29
30
-export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends JoiningEventEmitter {
+export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends EventEmitter {
31
readonly _connection: Connection;
32
private _parent: ChannelOwner | undefined;
33
private _objects = new Map<string, ChannelOwner>();
0 commit comments