vector-im-hydrogen-web/src/platform/web/dom
Bruno Windels f91abe4301 improve notifications shown
- use event.waitUntil to prevent default notification
 - replace notifications for same room
 - replace notifications when receiving unread=0 with "Read messages"
   to prevent default notification
 - don't rely on client.url to figure out if a room is open as FF
   does not update this field on hash changes.
2021-03-24 15:23:01 +01:00
..
request halt any fetch request while waiting for new service worker to activate 2021-03-18 19:50:53 +01:00
BlobHandle.js also allow other video mime types, otherwise playback fails in e2ee room 2021-03-10 13:39:04 +01:00
Clock.js move ui and dom under platform/web 2020-10-26 10:28:11 +01:00
Crypto.js move base64/58 encoding into platform 2021-02-12 16:01:54 +01:00
download.js support file downloads on iOS through data: uris 2021-03-04 21:51:29 +01:00
History.js move ui and dom under platform/web 2020-10-26 10:28:11 +01:00
ImageHandle.js fix image uploads being broken 2021-03-11 10:27:50 +01:00
NotificationService.js fix c/p errors when moving code over to notif service 2021-03-23 18:20:23 +01:00
OnlineStatus.js move ui and dom under platform/web 2020-10-26 10:28:11 +01:00
ServiceWorkerHandler.js improve notifications shown 2021-03-24 15:23:01 +01:00
SettingsStorage.js add bool settings type 2021-02-12 19:08:13 +01:00
StorageEstimate.js move ui and dom under platform/web 2020-10-26 10:28:11 +01:00
UTF8.js move textencoder/decoder into platform 2021-02-11 17:29:48 +01:00
utils.js extract dom event => promise code 2021-03-10 13:38:28 +01:00
WorkerPool.js extract platform class to put all platform specific code in 2020-10-26 15:44:11 +01:00