docs(api.md): clarify jshandle.getProperties() method (#1594)
Fixes #1592
This commit is contained in:
parent
43b91e6930
commit
eabba567bc
|
|
@ -2871,7 +2871,7 @@ See [page.evaluateHandle()](#pageevaluatehandlepagefunction-arg) for more detail
|
||||||
#### jsHandle.getProperties()
|
#### jsHandle.getProperties()
|
||||||
- returns: <[Promise]<[Map]<[string], [JSHandle]>>>
|
- returns: <[Promise]<[Map]<[string], [JSHandle]>>>
|
||||||
|
|
||||||
The method returns a map with property names as keys and JSHandle instances for the property values.
|
The method returns a map with **own property names** as keys and JSHandle instances for the property values.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const handle = await page.evaluateHandle(() => ({window, document}));
|
const handle = await page.evaluateHandle(() => ({window, document}));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue