feat(webkit): roll to r2001 (#30435)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2024-04-19 15:39:01 -07:00 committed by GitHub
parent 058a30877d
commit d332541df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "2000",
"revision": "2001",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -1256,6 +1256,10 @@ export module Protocol {
* 2D
*/
desynchronized?: boolean;
/**
* 2D
*/
willReadFrequently?: boolean;
/**
* WebGL, WebGL2
*/