Skip to content

Commit

Permalink
feat(page): mark page.client() as internal
Browse files Browse the repository at this point in the history
This PR marks the .client() method as internal since
we don't encourage our users to use it.
  • Loading branch information
OrKoN committed Sep 21, 2021
1 parent 99ca842 commit 387a196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ export class Page extends EventEmitter {

/**
* Get the CDP session client the page belongs to.
* @internal
*/
client(): CDPSession {
return this._client;
Expand Down

0 comments on commit 387a196

Please sign in to comment.