http+js: Move app blob handling from JS to C. handler.js support has been temporarily removed.

This commit is contained in:
2024-11-02 21:37:14 -04:00
parent 30d108fc35
commit 5da63faf1f
3 changed files with 134 additions and 164 deletions

View File

@ -1 +1,3 @@
app.setDocument('<p style="color: #fff">Maybe one day this app will run tests, but for now there is nothing to see here.</p>');
app.setDocument(
'<p style="color: #fff">Maybe one day this app will run tests, but for now there is nothing to see here.</p>'
);