Skip to content

Commit 09e8547

Browse files
committed
Fix action.set in MV2
1 parent 9692f45 commit 09e8547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memo/persistence-of-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If developers want to keep states persistent across B, C or D, but the default p
2626

2727
| API | Chrome | Firefox | Safari |
2828
| ------------- | ------------- | ------------- | ------------- |
29-
| action.set* (e.g. setBadgeText)| A: in MV3 <br> B: in MV2 | A | A |
29+
| action.set* (e.g. setBadgeText)| A: in MV3 <br> B + D: in MV2 | A | A |
3030
| [alarms](https://developer.chrome.com/docs/extensions/reference/alarms) | B + C + D (except [a bug](https://crbug.com/1285798)) | A | A |
3131
| [contextMenus](https://developer.chrome.com/docs/extensions/reference/contextMenus) | B + D | B + D | A |
3232
| [commands](https://developer.chrome.com/docs/extensions/reference/commands) | B + C + D (can't set by api) | | |

0 commit comments

Comments
 (0)