mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): bump to 1443 (#5665)
This commit is contained in:
parent
19bd32f6c7
commit
1a0ccc1383
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1442",
|
||||
"revision": "1443",
|
||||
"download": true
|
||||
},
|
||||
{
|
||||
|
||||
@ -908,7 +908,7 @@ export module Protocol {
|
||||
*/
|
||||
export type LayoutContextType = "grid";
|
||||
/**
|
||||
* The mode for how layout context type changes are handled. <code>Observed</code> limits handling to those nodes already known to the frontend by other means (generally, this means the node is a visible item in the Elements tab). <code>All</code> informs the frontend of all layout context type changes and.
|
||||
* The mode for how layout context type changes are handled (default: <code>Observed</code>). <code>Observed</code> limits handling to those nodes already known to the frontend by other means (generally, this means the node is a visible item in the Elements tab). <code>All</code> informs the frontend of all layout context type changes and all nodes with a known layout context are sent to the frontend.
|
||||
*/
|
||||
export type LayoutContextTypeChangedMode = "observed"|"all";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user