1
0
mirror of https://codeberg.org/setop/elm-scripting synced 2025-11-08 21:49:57 +00:00

more exploration

This commit is contained in:
2025-09-27 18:10:33 +02:00
parent 7025bc1104
commit 9566f305b5
6 changed files with 22 additions and 6 deletions

View File

@@ -6,8 +6,16 @@
- [ ] from files (use case : SSG)
- [ ] from http (use case : spider)
- implements some missing Web API:
- [Events](https://dom.spec.whatwg.org/#events)
- [Fetch](https://fetch.spec.whatwg.org/)(or [XMLHttpRequest](https://xhr.spec.whatwg.org/))
- [Promise](https://webidl.spec.whatwg.org/#a-new-promise) (if needed by the above)
- [ ] find a way to create a standalone executable (maybe with a combination of Google Closure Compiler and qjsc)
- [ ] find a way to stream instead of having the whole document in memory (output as soon as a node is created ? a child is added ?)
# Minor
- [ ] support for Elm debug mode (qjs does not implement `console.warn`, only `console.log`)