Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-02-19 15:05:12 +03:00
parent 5abc20d57b
commit 7bb26676e3

View File

@ -2025,6 +2025,9 @@ object.Constructor('Page', BasePage, {
return page }) } },
/*/ // XXX ASYNC...
// XXX BUG: this does not respect strict of single pages if they do
// not exist...
// ...see: @macro(..) bug + .each(..)
asPages: async function*(path='.:$ARGS', strict=false){
// options...
var args = [...arguments]