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

Introduce InspectorSession #284

Closed
wants to merge 1 commit into from

Conversation

karlseguin
Copy link
Collaborator

I also changed the passed in env: Env -> env: *const Env since Env is a medium-sized object. So this will require a small change in Browser (passing &session.env instead of session.env)

…ssion

There's still a "default" session, for compatibility with the existing Browser,
but I imagine this can eventually be removed.
@karlseguin
Copy link
Collaborator Author

This isn't useful until we can figure out reusing an Env across sessions (i.e. promoting the env to the browser)

@karlseguin karlseguin closed this Mar 25, 2025
@karlseguin karlseguin deleted the inspector_session branch April 10, 2025 12:39
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.

1 participant