mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: migrate src/Browser to TS (#5761)
This commit is contained in:
@@ -64,7 +64,7 @@ describeChromeOnly('OOPIF', function() {
|
||||
|
||||
|
||||
/**
|
||||
* @param {!Puppeteer.BrowserContext} context
|
||||
* @param {!BrowserContext} context
|
||||
*/
|
||||
function oopifs(context) {
|
||||
return context.targets().filter(target => target._targetInfo.type === 'iframe');
|
||||
|
||||
Reference in New Issue
Block a user