Skip to content

Commit

Permalink
expand comment with link to origin of idea
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 10, 2022
1 parent 82b71d7 commit ce1bb75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ export class HeadlessChromiumDriver {
*
* https://bugs.chromium.org/p/chromium/issues/detail?id=809065
* https://bugs.chromium.org/p/chromium/issues/detail?id=137576
*
* Idea adapted from: https://github.com/puppeteer/puppeteer/issues/1731#issuecomment-864345938
*/
private async workaroundWebGLDrivenCanvases() {
const canvases = await this.page.$$('canvas');
Expand Down

0 comments on commit ce1bb75

Please sign in to comment.