mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
fix(types): compilation error in TypeScript 4.8 (#14847)
This commit is contained in:
parent
dae017c386
commit
26e22c9a89
@ -56,7 +56,7 @@ class Root extends ChannelOwner<channels.RootChannel> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class DummyChannelOwner<T> extends ChannelOwner<T> {
|
class DummyChannelOwner extends ChannelOwner {
|
||||||
}
|
}
|
||||||
|
|
||||||
export class Connection extends EventEmitter {
|
export class Connection extends EventEmitter {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user