fix: need to pass sw property back with responseNonce

This commit is contained in:
Derrick Hammer 2023-09-16 14:40:59 -04:00
parent ec00928dc7
commit 265d955795
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ async function handleModuleCall(
data: {
nonce,
},
sw: event.data.sw,
};
if (isWorker) {
messagePortal.postMessage(msg);