Ok, for my own reference, I can repro on Nightly with:
```
setTimeout(() => AppMenuNotifications.showNotification("update-available"), 2000)
```
On the browser console or so. But somehow not on a debug build :/
Bug 1965143 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Ok, for my own reference, I can repro on Nightly with:
```
setTimeout(() => AppMenuNotifications.showNotification("update-available"), 1000); focus()
```
On the browser console or so. But somehow not on a debug build :/