Commit 4e62649
authored
[WebExtensions] Chrome limits for alarms.create() (#29521)
[WebExtensions] Limits for alarms.create()
Chrome limits amount of storage which extension alarms can consume:
- Chrome 117 limited extensions to 500 alarms each
- Chrome 150 will limit lengths of new alarm names to 1024 bytes
Sources:
https://groups.google.com/a/chromium.org/g/chromium-extensions/c/8ZFwgCg-DvU/m/AxLjInQWAQAJ
chromium/chromium@96b95011 parent 086f98d commit 4e62649
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
0 commit comments