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",
"revision": "1420",
"revision": "1423",
"download": true
}
]

View File

@ -3325,6 +3325,10 @@ might return multiple quads for inline nodes.
* A frontend-assigned identifier for this breakpoint action.
*/
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.