1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

docs(notification-processing): [PM-19877] System Notification Implementation - Added more docs.

This commit is contained in:
Patrick Pimentel
2025-07-21 17:00:52 -04:00
parent 510f97e3c6
commit 72d22128b2

View File

@@ -17,6 +17,9 @@ export abstract class ActionsService {
* Safari Extension Background Service Worker -> Safari Extension
* Firefox Extension Background Service Worker -> Firefox Extension
* Opera Extension Background Service Worker -> Opera Extension
*
* These are unknown conditions:
* Edge
*/
abstract openPopup(): Promise<void>;
}