refactor: rename DTree to DValue
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
bool is_websocket = false;
|
||||
String websocket_connection_id;
|
||||
String websocket_scope;
|
||||
DTree websocket_state;
|
||||
DValue websocket_state;
|
||||
String websocket_fragment_buffer;
|
||||
u8 websocket_fragment_opcode = 0;
|
||||
f64 opened_at = 0;
|
||||
|
||||
Reference in New Issue
Block a user