mirror of
https://github.com/flynx/pWiki.git
synced 2026-07-10 18:40:56 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7b0aab07da
commit
7075dce017
@ -28,18 +28,19 @@ module.exports.PAGES = {
|
|||||||
|
|
||||||
'/multi/page': [ 'A', 'B', 'C' ],
|
'/multi/page': [ 'A', 'B', 'C' ],
|
||||||
'/async/multi/page': Promise.resolve([ 'A', 'B', 'C' ]),
|
'/async/multi/page': Promise.resolve([ 'A', 'B', 'C' ]),
|
||||||
// XXX is this actually possible ???
|
/* XXX are these actually possible???
|
||||||
|
// ...and should these be handlable??
|
||||||
'/multi/async/page': [
|
'/multi/async/page': [
|
||||||
Promise.resolve('A'),
|
Promise.resolve('A'),
|
||||||
Promise.resolve('B'),
|
Promise.resolve('B'),
|
||||||
Promise.resolve('C'),
|
Promise.resolve('C'),
|
||||||
],
|
],
|
||||||
// XXX is this actually possible ???
|
|
||||||
'/multi/async/multi/page': Promise.resolve([
|
'/multi/async/multi/page': Promise.resolve([
|
||||||
Promise.resolve('A'),
|
Promise.resolve('A'),
|
||||||
Promise.resolve('B'),
|
Promise.resolve('B'),
|
||||||
Promise.resolve('C'),
|
Promise.resolve('C'),
|
||||||
]),
|
]),
|
||||||
|
//*/
|
||||||
}
|
}
|
||||||
|
|
||||||
var P =
|
var P =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user