"use strict";self.addEventListener("message",(t=>self.client=t.source));const fn=t=>{self.client.postMessage(JSON.stringify({data:t.notification.data,action:t.type}))};self.onnotificationclose=fn,self.onnotificationclick=fn;