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

bugfix: Fix issue with incorrect typing on fetchNoCors #7

Merged
merged 2 commits into from
Jun 29, 2022

Conversation

hulkrelax
Copy link
Contributor

This change makes the arguments for fetchNoCors to be typed the same as the built in fetch. The fetch method signature is fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;

I believe this is the intended typing for fetchNoCors.

@hulkrelax
Copy link
Contributor Author

There is a corresponding PluginLoader fix here: SteamDeckHomebrew/decky-loader#91

@AAGaming00 AAGaming00 merged commit 0ff3476 into SteamDeckHomebrew:main Jun 29, 2022
@github-actions
Copy link

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants