Log what the stupid event data is
Test / test (push) Failing after 52s
Details
Test / test (push) Failing after 52s
Details
This commit is contained in:
parent
fc043461a2
commit
00876f08e9
|
|
@ -54,6 +54,7 @@ export default function start(self: ServiceWorkerGlobalScope) {
|
||||||
(async () => {
|
(async () => {
|
||||||
await sendMessage({
|
await sendMessage({
|
||||||
message: "Got message",
|
message: "Got message",
|
||||||
|
data: event.data,
|
||||||
})
|
})
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue