mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
630 B
630 B
Home > puppeteer > Protocol > Runtime > GetPropertiesRequest > ownProperties
Protocol.Runtime.GetPropertiesRequest.ownProperties property
If true, returns properties belonging only to the element itself, not to its prototype chain.
Signature:
ownProperties?: boolean;