Skip to content

Commit

Permalink
feat(webkit): bump to 1423 (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Jan 19, 2021
1 parent 615954b commit d00c5cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "webkit",
"revision": "1420",
"revision": "1423",
"download": true
}
]
Expand Down
4 changes: 4 additions & 0 deletions src/server/webkit/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d00c5cf

Please sign in to comment.