mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1727 (#18138)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d363888f2
commit
8ff2eda16a
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1725",
|
"revision": "1727",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -3222,6 +3222,14 @@ might return multiple quads for inline nodes.
|
|||||||
* The name of the specific event to stop on.
|
* The name of the specific event to stop on.
|
||||||
*/
|
*/
|
||||||
eventName?: string;
|
eventName?: string;
|
||||||
|
/**
|
||||||
|
* If true, eventName is case sensitive. Defaults to true.
|
||||||
|
*/
|
||||||
|
caseSensitive?: boolean;
|
||||||
|
/**
|
||||||
|
* If true, treats eventName as a regex. Defaults to false.
|
||||||
|
*/
|
||||||
|
isRegex?: boolean;
|
||||||
/**
|
/**
|
||||||
* Options to apply to this breakpoint to modify its behavior.
|
* Options to apply to this breakpoint to modify its behavior.
|
||||||
*/
|
*/
|
||||||
@ -3238,6 +3246,14 @@ might return multiple quads for inline nodes.
|
|||||||
* The name of the specific event to stop on.
|
* The name of the specific event to stop on.
|
||||||
*/
|
*/
|
||||||
eventName?: string;
|
eventName?: string;
|
||||||
|
/**
|
||||||
|
* If true, eventName is case sensitive. Defaults to true.
|
||||||
|
*/
|
||||||
|
caseSensitive?: boolean;
|
||||||
|
/**
|
||||||
|
* If true, treats eventName as a regex. Defaults to false.
|
||||||
|
*/
|
||||||
|
isRegex?: boolean;
|
||||||
}
|
}
|
||||||
export type removeEventBreakpointReturnValue = {
|
export type removeEventBreakpointReturnValue = {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user