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

refactor!: drop handling of electron arguments #121

Merged
merged 1 commit into from
May 22, 2022
Merged

refactor!: drop handling of electron arguments #121

merged 1 commit into from
May 22, 2022

Conversation

bcoe
Copy link
Collaborator

@bcoe bcoe commented May 16, 2022

@ljharb raised concerns in nodejs/node#42675 that process.defaultApp is an electron-specific property added to process, and not a well known property "blessed" by Node.js itself.

I also noticed we have no tests that cover accessing process.defaultApp.


tldr; I think supporting Electron is likely a good call, and we should add this behavior back, but let's do it as a follow on PR, post landing the MVP -- rather than add any additional complexity to nodejs/node#42675.

@bcoe bcoe requested review from ljharb and shadowspawn May 16, 2022 02:21
@bcoe bcoe merged commit a2ffd53 into main May 22, 2022
@bcoe bcoe deleted the no-electron branch May 22, 2022 15:46
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.

None yet

5 participants