godot/platform/web/js
Fabio Alessandrelli f4713d235a [Web] Always return -1 as body length in HTTPClientWeb.
Body length cannot be reliably retrieved from the web.
Reading the "content-length" value will return a meaningless value when
the response is compressed, as reading will return uncompressed chunks
in any case, resulting in a mismatch between the detected body size and
the actual size returned by repeatedly calling read_response_body_chunk.

Additionally, while "content-length" is considered a safe CORS header,
"content-encoding" is not, so using the "content-encoding" to decide if
"content-length" is meaningful is not an option either.

We simply must accept the fact that browsers are awful when it comes to
networking APIs.
2023-07-24 08:57:02 +02:00
..
engine Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00
jsdoc2rst [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
libs [Web] Always return -1 as body length in HTTPClientWeb. 2023-07-24 08:57:02 +02:00