chore: refactor JSHandle and ExecutionContext (#8773)

This commit is contained in:
jrandolf
2022-08-11 11:45:35 +02:00
committed by GitHub
parent ee2540baef
commit a238f5758d
24 changed files with 298 additions and 333 deletions

View File

@@ -16,4 +16,4 @@ class JSHandle {
[ElementHandle](./puppeteer.elementhandle.md)<Node> \| null
Either `null` or the object handle itself, if the object handle is an instance of [ElementHandle](./puppeteer.elementhandle.md).
Either `null` or the handle itself if the handle is an instance of [ElementHandle](./puppeteer.elementhandle.md).