1
0
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:
Leon Krause
2018-02-17 17:42:58 +01:00
committed by Hein-Pieter van Braam
parent 5bb269d01d
commit c5b5fd61d4
2 changed files with 24 additions and 0 deletions

View File

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