mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add back _client
method (#10910)
This commit is contained in:
parent
1c66c547b1
commit
3c659e7170
@ -72,6 +72,15 @@ export class CdpFrame extends Frame {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is used internally in DevTools.
|
||||||
|
*
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
_client(): CDPSession {
|
||||||
|
return this.#client;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the frame ID with the new ID. This happens when the main frame is
|
* Updates the frame ID with the new ID. This happens when the main frame is
|
||||||
* replaced by a different frame.
|
* replaced by a different frame.
|
||||||
|
Loading…
Reference in New Issue
Block a user