make m.request exception follow promise resolution procedure
This commit is contained in:
parent
715336d7c5
commit
e332ffe473
6 changed files with 128 additions and 26 deletions
|
|
@ -94,7 +94,7 @@ app.view = function(ctrl) {
|
|||
void render(DOMElement rootElement, Children children)
|
||||
|
||||
where:
|
||||
Children :: String text | Array<String text | VirtualElement virtualElement | SubtreeDirective directive | Children children>
|
||||
Children :: String text | VirtualElement virtualElement | SubtreeDirective directive | Array<Children children>
|
||||
VirtualElement :: Object { String tag, Attributes attributes, Children children }
|
||||
Attributes :: Object<Any | void config(DOMElement element)>
|
||||
SubtreeDirective :: Object { String subtree }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue