File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ final class PrerenderFinalStatusEnum
43
43
public const TRIGGER_BACKGROUNDED = 'TriggerBackgrounded ' ;
44
44
public const EMBEDDER_TRIGGERED_AND_SAME_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndSameOriginRedirected ' ;
45
45
public const EMBEDDER_TRIGGERED_AND_CROSS_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndCrossOriginRedirected ' ;
46
- public const EMBEDDER_TRIGGERED_AND_DESTROYED = 'EmbedderTriggeredAndDestroyed ' ;
47
46
public const MEMORY_LIMIT_EXCEEDED = 'MemoryLimitExceeded ' ;
48
47
public const FAIL_TO_GET_MEMORY_USAGE = 'FailToGetMemoryUsage ' ;
48
+ public const DATA_SAVER_ENABLED = 'DataSaverEnabled ' ;
49
49
}
Original file line number Diff line number Diff line change 18764
18764
"TriggerBackgrounded",
18765
18765
"EmbedderTriggeredAndSameOriginRedirected",
18766
18766
"EmbedderTriggeredAndCrossOriginRedirected",
18767
- "EmbedderTriggeredAndDestroyed",
18768
18767
"MemoryLimitExceeded",
18769
- "FailToGetMemoryUsage"
18768
+ "FailToGetMemoryUsage",
18769
+ "DataSaverEnabled"
18770
18770
]
18771
18771
}
18772
18772
],
Original file line number Diff line number Diff line change 1
- 194c6afff5c791964516f0d8654d984f protocol.json
1
+ 2c6724332b1b8e666c2603acfbddf358 protocol.json
You can’t perform that action at this time.
0 commit comments