mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove toStringTag (#8776)
This commit is contained in:
parent
a238f5758d
commit
23da97105c
@ -135,13 +135,6 @@ export class Target {
|
||||
return this.#sessionFactory();
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
get [Symbol.toStringTag](): string {
|
||||
return JSON.stringify(this.#targetInfo, null, 2);
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user