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: add session.storagePath to get path on disk for session data #28665

Merged
merged 2 commits into from Apr 27, 2021

Conversation

MarshallOfSound
Copy link
Member

For apps that have multiple sessions that have their own settings / config storage it is sometimes a requirement to store those settings / config options per-session. Currently the paths to these sessions are predictable but not guaranteed, this use case is made way safer by just exposing this path.

Notes: Added new session.storagePath API to get the path on disk for session-specific data

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 14, 2021
@MarshallOfSound MarshallOfSound added target/13-x-y semver/minor backwards-compatible functionality labels Apr 14, 2021
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 21, 2021
@release-clerk
Copy link

release-clerk bot commented Apr 27, 2021

Release Notes Persisted

Added new session.storagePath API to get the path on disk for session-specific data

@trop
Copy link
Contributor

trop bot commented Apr 27, 2021

I have automatically backported this PR to "13-x-y", please check out #28866

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-review/approved ✅ semver/minor backwards-compatible functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants