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(js-runtime,serverless,cli): allow fetch() with a Request #965

Merged
merged 2 commits into from Jun 17, 2023

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Jun 16, 2023

About

Allow using fetch() with a Request and an optional init (that will take priority). We can still use fetch() using a string or URL and an optional init.

MDN: https://developer.mozilla.org/en-US/docs/Web/API/fetch

@vercel
Copy link

vercel bot commented Jun 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
dashboard ⬜️ Ignored (Inspect) Visit Preview Jun 17, 2023 5:41am
docs ⬜️ Ignored (Inspect) Visit Preview Jun 17, 2023 5:41am
storybook ⬜️ Ignored (Inspect) Visit Preview Jun 17, 2023 5:41am
www ⬜️ Ignored (Inspect) Visit Preview Jun 17, 2023 5:41am

@changeset-bot
Copy link

changeset-bot bot commented Jun 16, 2023

🦋 Changeset detected

Latest commit: b420ef6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@lagon/js-runtime Patch
@lagon/cli Patch
@lagon/serverless Patch
@lagon/runtime Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@QuiiBz QuiiBz merged commit 32a2c08 into main Jun 17, 2023
12 checks passed
@QuiiBz QuiiBz deleted the feat/runtime-fetch-request branch June 17, 2023 05:56
@QuiiBz QuiiBz mentioned this pull request Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant