mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-04 16:44:11 +03:00
feat(webkit): roll to r2001 (#30435)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
058a30877d
commit
d332541df7
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "2000",
|
||||
"revision": "2001",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -1256,6 +1256,10 @@ export module Protocol {
|
||||
* 2D
|
||||
*/
|
||||
desynchronized?: boolean;
|
||||
/**
|
||||
* 2D
|
||||
*/
|
||||
willReadFrequently?: boolean;
|
||||
/**
|
||||
* WebGL, WebGL2
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user