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.getProperty() method
Fetches a single property from the referenced object.
<b>Signature:</b>
```typescript