Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDetermine what data to store on a session history entry #15308
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to figure out what data we need to store on a session history entry and where to store it (script or constellation). This is needed for things such as the History API or properly reloading documents that have been pruned from the history.
Right now we have:
As we move forward we need to store things such as:
We need to figure out what other data we need to store and the appropriate location for them. Ideally we should reduce managing the same state in multiple places.
cc @asajeffrey