Skip to content

Commit b59402a

Browse files
feat(webkit): roll to r2193 (#36659)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent e67c06c commit b59402a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/playwright-core/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"name": "webkit",
42-
"revision": "2192",
42+
"revision": "2193",
4343
"installByDefault": true,
4444
"revisionOverrides": {
4545
"debian11-x64": "2105",

packages/playwright-core/src/server/webkit/protocol.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7492,10 +7492,6 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
74927492
* Proxy bypass list, similar to the one passed to --proxy-bypass-list
74937493
*/
74947494
proxyBypassList?: string;
7495-
/**
7496-
* Wether to use storage partitioning. Be default Playwright disables the partitioning.
7497-
*/
7498-
enableStoragePartitioning?: boolean;
74997495
}
75007496
export type createContextReturnValue = {
75017497
/**

0 commit comments

Comments
 (0)