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

[4.4 backport] Assorted web fixes #118

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

jss2a98aj
Copy link
Member

Faless and others added 3 commits November 2, 2024 17:39
The spec says that Response.body can be null (in the event of requests that should have no body, like HEAD requests) and Firefox adheres to it which results in request failure for HEAD requests on Firefox for web exports.

This commit addresses that by treating a null body as an "empty" body (without using a polyfill) and avoids changing the request lifecycle as much as possible.

PR review changes:
- Use == instead of strict ===
- Do not use ?? null
- Comment formatting
@Bioblaze Bioblaze merged commit 500cfbe into blazium-engine:blazium-dev Nov 3, 2024
22 checks passed
@jss2a98aj jss2a98aj deleted the cherry-pick-4.4-web branch November 13, 2024 21:29
@sshiiden sshiiden added the cherry-pick Cherry-pick from upstream godot label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick Cherry-pick from upstream godot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants