I have html page built by javascript at runtime. At some moment of time I want to create a backup of this page to be able to restore it later. The page is described by DOM, so it's logically to save the DOM itself. The problem is - it seems there are no legit ways to do so.I have html page built by javascript at runtime