From 7c6fcb23a0a49b655c4fae7e2fc5c69c438e71eb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 9 Sep 2022 00:43:27 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index 2b2e5e7..12cc1d7 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -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)