mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): bump to 1428 (#5140)
This commit is contained in:
parent
45f7d73470
commit
f3cc4dfe6d
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1423",
|
||||
"revision": "1428",
|
||||
"download": true
|
||||
}
|
||||
]
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user