We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9692f45 commit 09e8547Copy full SHA for 09e8547
memo/persistence-of-states.md
@@ -26,7 +26,7 @@ If developers want to keep states persistent across B, C or D, but the default p
26
27
| API | Chrome | Firefox | Safari |
28
| ------------- | ------------- | ------------- | ------------- |
29
-| action.set* (e.g. setBadgeText)| A: in MV3 <br> B: in MV2 | A | A |
+| action.set* (e.g. setBadgeText)| A: in MV3 <br> B + D: in MV2 | A | A |
30
| [alarms](https://developer.chrome.com/docs/extensions/reference/alarms) | B + C + D (except [a bug](https://crbug.com/1285798)) | A | A |
31
| [contextMenus](https://developer.chrome.com/docs/extensions/reference/contextMenus) | B + D | B + D | A |
32
| [commands](https://developer.chrome.com/docs/extensions/reference/commands) | B + C + D (can't set by api) | | |
0 commit comments