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

Fix TypeError: Failed to construct 'Headers': No matching constructor signature. #261

Closed
wants to merge 1 commit into from

Conversation

dmitrylyzo
Copy link
Collaborator

@dmitrylyzo dmitrylyzo commented May 18, 2024

Affected platforms:

  • Tizen 3
  • Tizen 4

Changes
Patch Headers to accept undefined.

Issues
Fixes #260

webOS 4 has the same bug (TypeError: Failed to construct 'Headers': No matching constructor signature.), but it doesn't seem to use Headers.
So we need to fix it in web or wait for remix-run/react-router#11148

Fixes `TypeError: Failed to construct 'Headers': No matching constructor signature.`
@dmitrylyzo dmitrylyzo added the bug Something isn't working label May 18, 2024
@dmitrylyzo dmitrylyzo changed the title Patch 'Headers' to accept 'undefined' Fixes TypeError: Failed to construct 'Headers': No matching constructor signature. May 19, 2024
@dmitrylyzo dmitrylyzo changed the title Fixes TypeError: Failed to construct 'Headers': No matching constructor signature. Fix TypeError: Failed to construct 'Headers': No matching constructor signature. May 19, 2024
@dmitrylyzo
Copy link
Collaborator Author

Superseded by jellyfin/jellyfin-web#5558 (also fixes the same bug on webOS)

@dmitrylyzo dmitrylyzo closed this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tizen App/Web Failed to construct headers
1 participant