mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
236acec228
This patch removes redundant frame.isMainFrame() method. The suggested way to check for main frame is: ```js frame === page.mainFrame() ``` Fixes #120. |
||
---|---|---|
.. | ||
api.md |