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

feat: allow customizing fetch with a setFetch export #385

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

guybedford
Copy link
Member

@guybedford guybedford commented Sep 28, 2024

This allows customizing the fetch function with a setFetch export from the generator:

import { setFetch } from '@jspm/generator';
setFetch(myCustomFetchImplementation);

@guybedford guybedford merged commit bea0932 into main Sep 30, 2024
6 checks passed
@guybedford guybedford deleted the custom-fetch branch September 30, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant