Skip to content

[Fix] set Symbol.toStringTag when available #573

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

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

ExE-Boss
Copy link
Contributor

Fixes #396

@ExE-Boss ExE-Boss requested a review from ljharb February 14, 2025 18:55
@ljharb ljharb force-pushed the fix/use-symbol-to-string-tag branch from b406ddd to 999d76a Compare February 14, 2025 18:58
@ljharb ljharb force-pushed the fix/use-symbol-to-string-tag branch from 999d76a to e997b90 Compare February 14, 2025 19:04
@ljharb ljharb changed the title fix: Use Symbol.toStringTag when available [Fix] set Symbol.toStringTag when available Feb 14, 2025
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@ljharb ljharb merged commit e997b90 into form-data:master Feb 14, 2025
311 checks passed
ljharb pushed a commit that referenced this pull request Feb 14, 2025
@ExE-Boss ExE-Boss deleted the fix/use-symbol-to-string-tag branch February 14, 2025 20:59
@ExE-Boss ExE-Boss restored the fix/use-symbol-to-string-tag branch February 14, 2025 21:00
@ExE-Boss ExE-Boss deleted the fix/use-symbol-to-string-tag branch February 14, 2025 21:01
ljharb pushed a commit that referenced this pull request Feb 14, 2025
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.

Object.prototype.toString.call(form) returns "[object Object]" instead of "[object FormData]"
3 participants