We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1fdf2 commit a35418eCopy full SHA for a35418e
worker/worker-channel.js
@@ -87,6 +87,7 @@ async function setupWorkerChannel() {
87
resp: fileContent,
88
respStatus: (respStatus ?? 200),
89
fromClient: workerClientId,
90
+ sos: true,
91
type: 'response'
92
});
93
0 commit comments