Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.2][HTML5] Replace XMLHttpRequest(s) with Fetch. #46731

Merged
merged 4 commits into from
Mar 6, 2021

Conversation

Faless
Copy link
Collaborator

@Faless Faless commented Mar 6, 2021

3.2 version of #46728 (use Fetch API to load the engine and to implement HTTPClient).

Faless added 4 commits March 5, 2021 17:32
This allow the loading bar to be much more reliable, even in cases where
realible stream loading status is not detectable (server-side
compression, chunked encoding).
New heapCopy function copies a TypedArray to the heap.
This has some advantages:
- Streaming/chunked response support.
- Broader headers support.
@akien-mga akien-mga merged commit 82fcd3a into godotengine:3.2 Mar 6, 2021
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants