progress wip. separated out chat input component and its respective methods.

This commit is contained in:
Ginger Wong
2020-08-14 04:19:19 -07:00
parent 3814c24cab
commit 63d7671fed
9 changed files with 392 additions and 115 deletions

View File

@@ -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`;