You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: callback is not a function
at Socket. (C:\Users\ted\NODEDEV\WEBSOCKET3\index.js:46:7)
Node.js v18.18.2
[nodemon] app crashed - waiting for file changes before starting...
[nodemon] restarting due to changes...
[nodemon] starting node index.js
server running at http://localhost:3000
How can I resolve sending messages by Edge?
The text was updated successfully, but these errors were encountered:
Great example, however it seems my Microsoft Edge v 123.0.2420.1 is killing the script every time I start typing in Edge.
Edge is receiving other messages from Chrome and Firefox without problem.
C:\Users\ted\NODEDEV\WEBSOCKET3\index.js:46
callback();
^
TypeError: callback is not a function
at Socket. (C:\Users\ted\NODEDEV\WEBSOCKET3\index.js:46:7)
Node.js v18.18.2
[nodemon] app crashed - waiting for file changes before starting...
[nodemon] restarting due to changes...
[nodemon] starting
node index.js
server running at http://localhost:3000
How can I resolve sending messages by Edge?
The text was updated successfully, but these errors were encountered: