Open
Bug 1892083
Opened 1 year ago
Make MemoryNotificationDB a parent class of NotificationDB
Categories
(Core :: DOM: Notifications, task)
Core
DOM: Notifications
Tracking
()
ASSIGNED
People
(Reporter: hsingh, Assigned: hsingh)
Details
Currently, NotificationDB in NotificationDB.sys.mjs is a a parent class of MemoryNotificationDB.sys.mjs but rather it should be opposite i.e. MemoryNotificationDB should contain most of the common logic and NotificationDB should rather be more specialized type with ability to write notifications to disk.
You need to log in
before you can comment on or make changes to this bug.
Description
•