Skip to content

Commit 6021a1c

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 7b02e7f commit 6021a1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Page/PrerenderFinalStatusEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class PrerenderFinalStatusEnum
4343
public const TRIGGER_BACKGROUNDED = 'TriggerBackgrounded';
4444
public const EMBEDDER_TRIGGERED_AND_SAME_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndSameOriginRedirected';
4545
public const EMBEDDER_TRIGGERED_AND_CROSS_ORIGIN_REDIRECTED = 'EmbedderTriggeredAndCrossOriginRedirected';
46-
public const EMBEDDER_TRIGGERED_AND_DESTROYED = 'EmbedderTriggeredAndDestroyed';
4746
public const MEMORY_LIMIT_EXCEEDED = 'MemoryLimitExceeded';
4847
public const FAIL_TO_GET_MEMORY_USAGE = 'FailToGetMemoryUsage';
48+
public const DATA_SAVER_ENABLED = 'DataSaverEnabled';
4949
}

protocol.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18764,9 +18764,9 @@
1876418764
"TriggerBackgrounded",
1876518765
"EmbedderTriggeredAndSameOriginRedirected",
1876618766
"EmbedderTriggeredAndCrossOriginRedirected",
18767-
"EmbedderTriggeredAndDestroyed",
1876818767
"MemoryLimitExceeded",
18769-
"FailToGetMemoryUsage"
18768+
"FailToGetMemoryUsage",
18769+
"DataSaverEnabled"
1877018770
]
1877118771
}
1877218772
],

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
194c6afff5c791964516f0d8654d984f protocol.json
1+
2c6724332b1b8e666c2603acfbddf358 protocol.json

0 commit comments

Comments
 (0)