From b42584a9572b862281eb37fd5d68865930ffbb2f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 Feb 2023 17:53:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pwiki/page.js b/pwiki/page.js index 6c269ed..f2d34e9 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -2014,6 +2014,10 @@ object.Constructor('Page', BasePage, { // XXX EXPERIMENTAL // XXX would be nice to be able to chain .awaitOrRun(..) calls instead // of nesting them like here... + // XXX BUG: this breaks on: + // pwiki = reqiter('./pwiki-test').pwiki + // await pwiki.get('./_text').text + // ...seems to break the original vetsion too... get text(){ var that = this return Promise.awaitOrRun(