/
githubmirror
/
screenshot-to-code
Обзор
Документация
Войти
/
githubmirror
/
screenshot-to-code
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
frontend/src/constants.ts
3 строки
193 B
Abi Raja
handle unknown server error by showing an error message to the user
10 апр 2024, 20:37
10 апр 2024, 20:37
483d1e2
Код
Авторство
О чём код?
// WebSocket protocol (RFC 6455) allows for the use of custom close codes in the range 4000-4999 export const APP_ERROR_WEB_SOCKET_CODE = 4332; export const USER_CLOSE_WEB_SOCKET_CODE = 4333;