progress wip. separated out chat input component and its respective methods.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import SOCKET_MESSAGE_TYPES from './chat/socketMessageTypes.js';
|
||||
import SOCKET_MESSAGE_TYPES from './utils/socket-message-types.js';
|
||||
|
||||
const URL_WEBSOCKET = `${location.protocol === 'https:' ? 'wss' : 'ws'}://${location.host}/entry`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user