Skip to content

add createBlob in common#1710

Open
mtuchi wants to merge 1 commit into
mainfrom
createblob-util
Open

add createBlob in common#1710
mtuchi wants to merge 1 commit into
mainfrom
createblob-util

Conversation

@mtuchi

@mtuchi mtuchi commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add createBlob util function in common, and export FormData from undici

Fixes #1622

AI Usage

Please disclose how you've used AI in this work (it's cool, we just want to
know!):

  • I have used Claude Code
  • I have used another model
  • I have not used AI

You can read more details in our
Responsible AI Policy

Review Checklist

Before merging, the reviewer should check the following items:

  • Does the PR do what it claims to do?
  • If this is a new adaptor, added the adaptor on marketing website ?
  • If this PR includes breaking changes, do we need to update any jobs in
    production? Is it safe to release?
  • Are there any unit tests?
  • Is there a changeset associated with this PR? Should there be? Note that
    dev only changes don't need a changeset.
  • If there is a changeset, was pnpm run version used to bump versions (not
    pnpm changeset version directly)? This ensures changelog dates are stamped correctly.
  • Have you ticked a box under AI Usage?

export FormData from Undici
import { MockAgent, Agent, interceptors, FormData } from 'undici';
import _ from 'lodash';

export { FormData };

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wouldn't be available globally, which maybe defeats the point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Add createBlob util function in common

3 participants