HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/CyberCP/public/snappymail/snappymail/v/2.38.2/static/js/serviceworker.js
'use strict';

self.addEventListener('message', event => self.client = event.source);

const fn = event => {
	self.client.postMessage(
		JSON.stringify({
			data: event.notification.data,
			action: event.type
		})
	);
};

self.onnotificationclose = fn;
self.onnotificationclick = fn;