Skip to content

Conversation

lpetre
Copy link

@lpetre lpetre commented Jul 29, 2025

This is a simple typing and testing change to allow Responses to be parsed in addition to Requests.

My use-case is that I'm using fetch to call an API that returns multipart responses and I want to use a nice library to handle the reply.

Testing Strategy:

$ pnpm --filter @remix-run/multipart-parser run test
...
ℹ tests 42
ℹ suites 8
ℹ pass 42
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 284.176462

Copy link

changeset-bot bot commented Jul 29, 2025

⚠️ No Changeset found

Latest commit: b2ece69

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

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

@MichaelDeBoey MichaelDeBoey changed the title [multipart-parser] support Response parsing using the Request code feat(multipart-parser: support Response parsing using the Request code Aug 1, 2025
@mjackson mjackson deleted the branch remix-run:v3 August 27, 2025 00:23
@mjackson mjackson closed this Aug 27, 2025
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.

3 participants