Not only would I like to store the basic HTML served by the server at initial page load, but would also like to store any DOM manipulations that have occurred to the source via javascript after the page has been loaded. Is this possible? Basically it would entail saving the local HTML to the store (in whatever state it is in after a user has altered it via dom scripts) referenced by the url rather than loading the resources from the server when calling the capture method on a ResourceStore.
This would be a great feature and would make coding javascript- intensive sites much much easier - the alternative will be having to "rebuild" the user's dom changes on page load which, in many circumstances, would not be practical.
