Skip to content

Commit

Permalink
feat(webkit): bump to 1428 (#5140)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Jan 26, 2021
1 parent 45f7d73 commit f3cc4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browsers.json
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "webkit",
"revision": "1423",
"revision": "1428",
"download": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/server/webkit/protocol.ts
Expand Up @@ -1465,7 +1465,7 @@ export module Protocol {
/**
* Channels for different types of log messages.
*/
export type ChannelSource = "xml"|"javascript"|"network"|"console-api"|"storage"|"appcache"|"rendering"|"css"|"security"|"content-blocker"|"media"|"mediasource"|"webrtc"|"itp-debug"|"private-click-measurement"|"other";
export type ChannelSource = "xml"|"javascript"|"network"|"console-api"|"storage"|"appcache"|"rendering"|"css"|"security"|"content-blocker"|"media"|"mediasource"|"webrtc"|"itp-debug"|"private-click-measurement"|"payment-request"|"other";
/**
* Level of logging.
*/
Expand Down

0 comments on commit f3cc4df

Please sign in to comment.