mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-10 12:57:42 +03:00
feat: roll chromium to ToT (#241)
This commit is contained in:
parent
cb659bc8ba
commit
32fa26be97
@ -8,7 +8,7 @@
|
||||
},
|
||||
"main": "index.js",
|
||||
"playwright": {
|
||||
"chromium_revision": "719491",
|
||||
"chromium_revision": "724623",
|
||||
"firefox_revision": "1005",
|
||||
"webkit_revision": "1032"
|
||||
},
|
||||
|
@ -107,6 +107,7 @@ export class Browser extends EventEmitter implements BrowserInterface {
|
||||
return cookies.map(c => {
|
||||
const copy: any = { sameSite: 'None', ...c };
|
||||
delete copy.size;
|
||||
delete copy.priority;
|
||||
return copy as network.NetworkCookie;
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user