chore: migrate src/NetworkManager to TypeScript (#5774)

This commit is contained in:
Jack Franklin
2020-04-30 11:15:27 +01:00
committed by GitHub
parent 862eea850e
commit 8654d630ad
6 changed files with 179 additions and 301 deletions

View File

@@ -307,6 +307,10 @@ function compareDocumentations(actual, expected) {
actualName: 'Object',
expectedName: 'WaitForSelectorOptions'
}],
['Method Request.abort() errorCode', {
actualName: 'string',
expectedName: 'ErrorCode'
}],
['Method Frame.goto() options.waitUntil', {
actualName: '"load"|"domcontentloaded"|"networkidle0"|"networkidle2"|Array',
expectedName: '"load"|"domcontentloaded"|"networkidle0"|"networkidle2"|Array<PuppeteerLifeCycleEvent>'