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: {
|
data: {
|
||||||
nonce,
|
nonce,
|
||||||
},
|
},
|
||||||
|
sw: event.data.sw,
|
||||||
};
|
};
|
||||||
if (isWorker) {
|
if (isWorker) {
|
||||||
messagePortal.postMessage(msg);
|
messagePortal.postMessage(msg);
|
||||||
|
|
Loading…
Reference in New Issue