diff options
| author | Rémi Verschelde | 2018-02-17 19:00:55 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-17 19:00:55 +0100 |
| commit | df522cf4e1ee26798359b538f0ad5d0c3116af47 (patch) | |
| tree | 9cb42b299df1c047510aaf7da951aa8faadbf54c /platform/javascript/http_client.h.inc | |
| parent | d05d4c2bddff05967c8d59137e5c13b576f7cb51 (diff) | |
| parent | 98039909f202aac2795ead44104b56f7609059d8 (diff) | |
| download | godot-df522cf4e1ee26798359b538f0ad5d0c3116af47.tar.gz godot-df522cf4e1ee26798359b538f0ad5d0c3116af47.tar.zst godot-df522cf4e1ee26798359b538f0ad5d0c3116af47.zip | |
Merge pull request #16781 from eska014/html5-httpc
HTML5 HTTPClient fixes
Diffstat (limited to 'platform/javascript/http_client.h.inc')
| -rw-r--r-- | platform/javascript/http_client.h.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/javascript/http_client.h.inc b/platform/javascript/http_client.h.inc index 23a74e68f..d75d33a33 100644 --- a/platform/javascript/http_client.h.inc +++ b/platform/javascript/http_client.h.inc @@ -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 |
