feat(webkit): roll to r2001

This commit is contained in:
github-actions 2024-04-19 18:35:22 +00:00
parent 8c181f7e2b
commit 5a81b69b84
2 changed files with 5 additions and 1 deletions

View file

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

View file

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