We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88d98b commit 941ad44Copy full SHA for 941ad44
worker/client-channel.js
@@ -92,7 +92,7 @@ function sendRequestToClient(request, clientId) {
92
if (request.mode === 'navigate'
93
&& !url.endsWith('.html')
94
&& !url.endsWith('/')) url += '.html';
95
-
+
96
// send request to client
97
workerChannel.postMessage({
98
url: url,
0 commit comments