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(library): accept FormData in fetch #32602

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Sep 13, 2024

Closes #26520 by accepting FormData, which became stable in Node.js in v21.

@Skn0tt Skn0tt self-assigned this Sep 13, 2024
@Skn0tt Skn0tt requested a review from dgozman September 13, 2024 06:41
Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [playwright-test] › babel.spec.ts:135:5 › should not transform external

2 flaky ⚠️ [playwright-test] › ui-mode-test-progress.spec.ts:165:5 › should update tracing network live
⚠️ [webkit-library] › library/download.spec.ts:698:3 › should convert navigation to a resource with unsupported mime type into download

35423 passed, 659 skipped
✔️✔️✔️

Merge workflow run.

@Skn0tt Skn0tt merged commit 48c7fb6 into microsoft:main Sep 13, 2024
29 of 30 checks passed
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.

[Feature] Ability to handle multiple values for a singular key in .fetch() with APIRequestContext
2 participants