File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Page Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ final class PermissionsPolicyFeatureEnum
74
74
public const SERIAL = 'serial ' ;
75
75
public const SHARED_AUTOFILL = 'shared-autofill ' ;
76
76
public const SHARED_STORAGE = 'shared-storage ' ;
77
- public const STORAGE_ACCESS_API = 'storage-access-api ' ;
77
+ public const STORAGE_ACCESS = 'storage-access ' ;
78
78
public const SYNC_XHR = 'sync-xhr ' ;
79
79
public const TRUST_TOKEN_REDEMPTION = 'trust-token-redemption ' ;
80
80
public const UNLOAD = 'unload ' ;
Original file line number Diff line number Diff line change 17716
17716
"serial",
17717
17717
"shared-autofill",
17718
17718
"shared-storage",
17719
- "storage-access-api ",
17719
+ "storage-access",
17720
17720
"sync-xhr",
17721
17721
"trust-token-redemption",
17722
17722
"unload",
Original file line number Diff line number Diff line change 1
- 2c6724332b1b8e666c2603acfbddf358 protocol.json
1
+ 5f6623e329de7cd6f29e2bf134c98b10 protocol.json
You can’t perform that action at this time.
0 commit comments