We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615954b commit d00c5cfCopy full SHA for d00c5cf
browsers.json
@@ -13,7 +13,7 @@
13
},
14
{
15
"name": "webkit",
16
- "revision": "1420",
+ "revision": "1423",
17
"download": true
18
}
19
]
src/server/webkit/protocol.ts
@@ -3325,6 +3325,10 @@ might return multiple quads for inline nodes.
3325
* A frontend-assigned identifier for this breakpoint action.
3326
*/
3327
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;
3332
3333
/**
3334
* Extra options that modify breakpoint behavior.
0 commit comments