feat(webkit): bump to 1423 (#5057)

This commit is contained in:
Yury Semikhatsky 2021-01-19 14:02:41 -08:00 committed by GitHub
parent 615954b285
commit d00c5cfd64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@
}, },
{ {
"name": "webkit", "name": "webkit",
"revision": "1420", "revision": "1423",
"download": true "download": true
} }
] ]

View file

@ -3325,6 +3325,10 @@ might return multiple quads for inline nodes.
* A frontend-assigned identifier for this breakpoint action. * A frontend-assigned identifier for this breakpoint action.
*/ */
id?: BreakpointActionIdentifier; id?: BreakpointActionIdentifier;
/**
* Indicates whether this action should be executed with a user gesture or not. Defaults to <code>false<code>.
*/
emulateUserGesture?: boolean;
} }
/** /**
* Extra options that modify breakpoint behavior. * Extra options that modify breakpoint behavior.