vendredi 6 janvier 2017

How to store DOM as HTML file in Chrome?

Suppose I have an HTML file, which contains only a URL of the javascript library that builds the actual DOM to display to the user. So the browser:

  • loads that HTML file
  • loads and executes the javascript code and
  • renders the DOM created by that code.

Now I (as user of the browser) would like to store that DOM as HTML. How to do it with Chrome ?

Aucun commentaire:

Enregistrer un commentaire