-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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: Allow usage of an absolute path for partitions used in a session #37604
feat: Allow usage of an absolute path for partitions used in a session #37604
Conversation
Allows an absolute path to be used for creating sessions by adding the session.fromPath() API.
Hello @zcbenz, @jkleinsc and @codebytere. Please do approve and land this commit. I will close the older MR once this has landed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API LGTM
Merging as this is simply a redo of #36728 |
Congrats on merging your first pull request! 🎉🎉🎉 |
Release Notes Persisted
|
Description of Change
Allow an absolute path to be passed to the session.fromPath() API.
This allows multiple browser windows to be created with absolute paths specified in the session.fromPath() parameters.
Checklist
Release Notes
notes: Allows an absolute path to be passed to the session.fromPath() API.