docs(new): migrate JSHandle docs to TSDoc (#6102)

This commit is contained in:
Mathias Bynens
2020-06-25 16:49:35 +02:00
committed by GitHub
parent 1c0009d2c0
commit df96f16921
14 changed files with 85 additions and 35 deletions

View File

@@ -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.