mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(new): migrate JSHandle docs to TSDoc (#6102)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
## JSHandle.toString() method
|
||||
|
||||
Returns a string representation of the JSHandle.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
@@ -13,3 +15,7 @@ toString(): string;
|
||||
|
||||
string
|
||||
|
||||
## Remarks
|
||||
|
||||
Useful during debugging.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user