mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: migrate src/FrameManager to TypeScript (#5773)
This commit is contained in:
@@ -45,7 +45,7 @@ const utils = module.exports = {
|
||||
* @param {!Page} page
|
||||
* @param {string} frameId
|
||||
* @param {string} url
|
||||
* @return {!Puppeteer.Frame}
|
||||
* @return {!Frame}
|
||||
*/
|
||||
attachFrame: async function(page, frameId, url) {
|
||||
const handle = await page.evaluateHandle(attachFrame, frameId, url);
|
||||
|
||||
Reference in New Issue
Block a user