fix: need to pass sw property back with responseNonce
This commit is contained in:
parent
ec00928dc7
commit
265d955795
|
@ -485,6 +485,7 @@ async function handleModuleCall(
|
|||
data: {
|
||||
nonce,
|
||||
},
|
||||
sw: event.data.sw,
|
||||
};
|
||||
if (isWorker) {
|
||||
messagePortal.postMessage(msg);
|
||||
|
|
Loading…
Reference in New Issue