mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
more progress on websockets
This commit is contained in:
@@ -7,14 +7,12 @@ declare global {
|
||||
}
|
||||
|
||||
enum MessageType {
|
||||
// Call-reply
|
||||
CALL,
|
||||
REPLY,
|
||||
ERROR,
|
||||
// Pub/sub
|
||||
// SUBSCRIBE,
|
||||
// UNSUBSCRIBE,
|
||||
// PUBLISH
|
||||
ERROR = -1,
|
||||
// Call-reply, Frontend -> Backend
|
||||
CALL = 0,
|
||||
REPLY = 1,
|
||||
// Pub/Sub, Backend -> Frontend
|
||||
EVENT = 3,
|
||||
}
|
||||
|
||||
interface CallMessage {
|
||||
|
||||
Reference in New Issue
Block a user