mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(chrome): tolerate unknown target types (#11936)
This commit is contained in:
parent
b2e15b8c60
commit
9f35a97a55
@ -181,8 +181,6 @@ export class CRBrowser extends Browser {
|
||||
context.emit(CRBrowserContext.CREvents.ServiceWorker, serviceWorker);
|
||||
return;
|
||||
}
|
||||
|
||||
assert(false, 'Unknown target type: ' + targetInfo.type);
|
||||
}
|
||||
|
||||
_onDetachedFromTarget(payload: Protocol.Target.detachFromTargetParameters) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user