remove from frameAttached
This commit is contained in:
parent
d39d61c9e5
commit
cf0ad121fe
|
|
@ -190,8 +190,6 @@ export class WKPage implements PageDelegate {
|
|||
}
|
||||
|
||||
_onFrameAttached(frameId: string, parentFrameId: string | null) {
|
||||
if (!parentFrameId)
|
||||
this._workers.clear();
|
||||
this._page._frameManager.frameAttached(frameId, parentFrameId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue