mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: fix typo (#10705)
This commit is contained in:
parent
8b8770c004
commit
6d1b861895
@ -80,7 +80,7 @@ const body = await page.evaluateHandle(() => {
|
|||||||
console.log(body instanceof ElementHandle); // true
|
console.log(body instanceof ElementHandle); // true
|
||||||
```
|
```
|
||||||
|
|
||||||
The returned object is either a `JSHandle` or a `ElementHandle`. `ElementHandle` extends `JSONHandle` and it is only created for DOM elements.
|
The returned object is either a `JSHandle` or a `ElementHandle`. `ElementHandle` extends `JSHandle` and it is only created for DOM elements.
|
||||||
|
|
||||||
See the [API documentation](https://pptr.dev/api) for more details about what methods are available for handles.
|
See the [API documentation](https://pptr.dev/api) for more details about what methods are available for handles.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user