You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Warn when polling HTTPClient synchronously in HTML5 platform
(cherry picked from commit ca9fa9cca8)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
5bb269d01d
commit
c5b5fd61d4
@@ -46,3 +46,8 @@ String password;
|
||||
int polled_response_code;
|
||||
String polled_response_header;
|
||||
PoolByteArray polled_response;
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
bool has_polled;
|
||||
uint64_t last_polling_frame;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user