Imagine if we have something similar LocalStorage but instead of storing it on Local Storage we would store the filesystem inside the DOM.
This would make it possible for a "quine", that is, a program that produces itself as output.
This way we would be able to save the .html file with ctrl+s since the filesystem is inside the DOM and not in the browser(the .html file has t he filesystem).
I can do a Pull Request but is this project still going on? Is there an active fork of it?