|
|
|
|
|
by ziflex
2817 days ago
|
|
Oh yes. The reason if this is that for now the language itself is DOM agnostic, it's just a port of an existing one. (https://docs.arangodb.com/3.4/AQL/) .
So, the entire DOM thing is implemented by standard library which is pluggable.
In the future, I might extend the language to make it less DOM agnostic by introducing new keywords for dealing with that. But for now you have to move document object around. Which is not that bad, because you may open as many page as you want in a single query. |
|