Skip to content

Commit

Permalink
feat(webkit): roll to r2001 (microsoft#30435)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] authored Apr 19, 2024
1 parent 058a308 commit d332541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright-core/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "2000",
"revision": "2001",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",
Expand Down
4 changes: 4 additions & 0 deletions packages/playwright-core/src/server/webkit/protocol.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,10 @@ export module Protocol {
* 2D
*/
desynchronized?: boolean;
/**
* 2D
*/
willReadFrequently?: boolean;
/**
* WebGL, WebGL2
*/
Expand Down

0 comments on commit d332541

Please sign in to comment.