Skip to content

Commit

Permalink
Fix action.set in MV2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Nov 9, 2023
1 parent 9692f45 commit 09e8547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memo/persistence-of-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If developers want to keep states persistent across B, C or D, but the default p

| API | Chrome | Firefox | Safari |
| ------------- | ------------- | ------------- | ------------- |
| 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 |
| [alarms](https://developer.chrome.com/docs/extensions/reference/alarms) | B + C + D (except [a bug](https://crbug.com/1285798)) | A | A |
| [contextMenus](https://developer.chrome.com/docs/extensions/reference/contextMenus) | B + D | B + D | A |
| [commands](https://developer.chrome.com/docs/extensions/reference/commands) | B + C + D (can't set by api) | | |
Expand Down

0 comments on commit 09e8547

Please sign in to comment.