File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,6 @@ final class PrerenderFinalStatusEnum
44
44
public const EMBEDDER_TRIGGERED_AND_SAME_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndSameOriginRedirected ' ;
45
45
public const EMBEDDER_TRIGGERED_AND_CROSS_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndCrossOriginRedirected ' ;
46
46
public const EMBEDDER_TRIGGERED_AND_DESTROYED = 'EmbedderTriggeredAndDestroyed ' ;
47
+ public const MEMORY_LIMIT_EXCEEDED = 'MemoryLimitExceeded ' ;
48
+ public const FAIL_TO_GET_MEMORY_USAGE = 'FailToGetMemoryUsage ' ;
47
49
}
Original file line number Diff line number Diff line change 18599
18599
"TriggerBackgrounded",
18600
18600
"EmbedderTriggeredAndSameOriginRedirected",
18601
18601
"EmbedderTriggeredAndCrossOriginRedirected",
18602
- "EmbedderTriggeredAndDestroyed"
18602
+ "EmbedderTriggeredAndDestroyed",
18603
+ "MemoryLimitExceeded",
18604
+ "FailToGetMemoryUsage"
18603
18605
]
18604
18606
}
18605
18607
],
Original file line number Diff line number Diff line change 1
- 56875dea148aabde042724b4fa21073e protocol.json
1
+ ced8c5c8ce1e8a7ae8ddda579cbd2384 protocol.json
You can’t perform that action at this time.
0 commit comments