mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1834 (#22462)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a0f49acab
commit
4e9faba34d
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1832",
|
"revision": "1834",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -7819,6 +7819,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
|||||||
* Nested value preview.
|
* Nested value preview.
|
||||||
*/
|
*/
|
||||||
valuePreview?: ObjectPreview;
|
valuePreview?: ObjectPreview;
|
||||||
|
/**
|
||||||
|
* True if this is a private field.
|
||||||
|
*/
|
||||||
|
isPrivate?: boolean;
|
||||||
/**
|
/**
|
||||||
* True if this is an internal property.
|
* True if this is an internal property.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user