Skip to content

Commit d00c5cf

Browse files
authored
feat(webkit): bump to 1423 (#5057)
1 parent 615954b commit d00c5cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "webkit",
16-
"revision": "1420",
16+
"revision": "1423",
1717
"download": true
1818
}
1919
]

src/server/webkit/protocol.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,6 +3325,10 @@ might return multiple quads for inline nodes.
33253325
* A frontend-assigned identifier for this breakpoint action.
33263326
*/
33273327
id?: BreakpointActionIdentifier;
3328+
/**
3329+
* Indicates whether this action should be executed with a user gesture or not. Defaults to <code>false<code>.
3330+
*/
3331+
emulateUserGesture?: boolean;
33283332
}
33293333
/**
33303334
* Extra options that modify breakpoint behavior.

0 commit comments

Comments
 (0)