mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1855 (#23267)
This commit is contained in:
parent
0a65a0b8e8
commit
bcc711145e
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1848",
|
"revision": "1855",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
|||||||
@ -7731,7 +7731,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
|||||||
/**
|
/**
|
||||||
* Object subtype hint. Specified for <code>object</code> <code>function</code> (for class) type values only.
|
* Object subtype hint. Specified for <code>object</code> <code>function</code> (for class) type values only.
|
||||||
*/
|
*/
|
||||||
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy";
|
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
|
||||||
/**
|
/**
|
||||||
* Object class (constructor) name. Specified for <code>object</code> type values only.
|
* Object class (constructor) name. Specified for <code>object</code> type values only.
|
||||||
*/
|
*/
|
||||||
@ -7772,7 +7772,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
|||||||
/**
|
/**
|
||||||
* Object subtype hint. Specified for <code>object</code> type values only.
|
* Object subtype hint. Specified for <code>object</code> type values only.
|
||||||
*/
|
*/
|
||||||
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy";
|
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
|
||||||
/**
|
/**
|
||||||
* String representation of the object.
|
* String representation of the object.
|
||||||
*/
|
*/
|
||||||
@ -7810,7 +7810,7 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
|||||||
/**
|
/**
|
||||||
* Object subtype hint. Specified for <code>object</code> type values only.
|
* Object subtype hint. Specified for <code>object</code> type values only.
|
||||||
*/
|
*/
|
||||||
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy";
|
subtype?: "array"|"null"|"node"|"regexp"|"date"|"error"|"map"|"set"|"weakmap"|"weakset"|"iterator"|"class"|"proxy"|"weakref";
|
||||||
/**
|
/**
|
||||||
* User-friendly property value string.
|
* User-friendly property value string.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user