chore(docs): document Frame class (#6188)

* chore: document Frame class
This commit is contained in:
Jack Franklin
2020-07-09 14:22:58 +01:00
committed by GitHub
parent b9667f9331
commit 24cb6a28ad
53 changed files with 1200 additions and 183 deletions

View File

@@ -13,3 +13,5 @@ parentFrame(): Frame | null;
[Frame](./puppeteer.frame.md) \| null
the parent `Frame`<!-- -->, if any. Detached and main frames return `null`<!-- -->.