Skip to content

Commit

Permalink
Update src/common/FrameManager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Bynens <mathias@qiwi.be>
  • Loading branch information
sadym-chromium and mathiasbynens committed Sep 21, 2020
1 parent 5521d62 commit 99c5f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/FrameManager.ts
Expand Up @@ -227,7 +227,7 @@ export class FrameManager extends EventEmitter {
// implemented: https://github.com/puppeteer/puppeteer/issues/2548
debug('puppeteer:frame')(
`The frame '${event.targetInfo.targetId}' moved to another session. ` +
`Out-of-proccess iframes (OOPIF) are not supported by Puppeteer yet. ` +
`Out-of-process iframes (OOPIF) are not supported by Puppeteer yet. ` +
`https://github.com/puppeteer/puppeteer/issues/2548`
);
}
Expand Down

0 comments on commit 99c5f8b

Please sign in to comment.