We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__fetch_polyfill
installFetch
I have no idea why it's called that.
import { installFetch } from '@sveltejs/kit/install-fetch';
No response
nice to have
The text was updated successfully, but these errors were encountered:
I think that name came from before we were bundling things the same way we are now, and we wanted a name that was unlikely to collide with user code.
Sorry, something went wrong.
Also, I don't think there's a good reason for that module to re-export fetch, Headers, Request and Response
fetch
Headers
Request
Response
Successfully merging a pull request may close this issue.
Describe the problem
I have no idea why it's called that.
Describe the proposed solution
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: