Skip to content

Commit f2f97a2

Browse files
authored
Tweak comment
1 parent 1602afd commit f2f97a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/htmx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ document.body.addEventListener('htmx:responseError', (e) => {
2121
showErrorToast(`Error ${e.detail.xhr.status} when calling ${e.detail.requestConfig.path}`);
2222
});
2323

24-
// TODO: move websocket creation to shared webworker by overriding htmx.createWebSocket
24+
// TODO: move websocket creation to SharedWorker by overriding htmx.createWebSocket
2525

2626
document.body.addEventListener('htmx:wsOpen', (e) => {
2727
const socket = e.detail.socketWrapper;

0 commit comments

Comments
 (0)