chore: migrate src/Browser to TS (#5761)

This commit is contained in:
Jack Franklin
2020-04-28 13:26:37 +01:00
committed by GitHub
parent e03113e38b
commit 06d62c0165
10 changed files with 336 additions and 402 deletions

View File

@@ -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');