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

fix: file input element - replace the deprecated path prop #3757

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

lohxt1
Copy link
Collaborator

@lohxt1 lohxt1 commented Jan 8, 2025

fixes: #3754

the nonstandard path property of the Web File object, added in early electron versions for convenience, has been removed starting with electron 32.0 due to security concerns and deviation from standards. It is now replaced by the webUtils.getPathForFile method.

source: https://github.com/electron/electron/blob/main/docs/breaking-changes.md#removed-filepath

@helloanoop helloanoop merged commit f5ff40a into usebruno:main Jan 8, 2025
2 checks passed
@helloanoop
Copy link
Contributor

Merged. Thanks @lohit-bruno !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.38.0 regression] Can't upload certificate files anymore
2 participants