chore: add back _client method (#10910)

This commit is contained in:
jrandolf 2023-09-14 14:07:17 +02:00 committed by GitHub
parent 1c66c547b1
commit 3c659e7170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
* replaced by a different frame.