Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-09 00:43:27 +03:00
parent c2eddd9d9d
commit 7c6fcb23a0

View File

@ -15,6 +15,8 @@
* .args - x y z
* .renderer.args - a b c (XXX odd)
* .root.args - a b c
* XXX should parse .get('.:$ARGS', {renderer: ...}) ???
* ...or should it set/reset .renderer on this???
* await pwiki.get('/path/testDirect:x:y:z').text
* .args - x y z
* .renderer.args - x y z (XXX logical)