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
|
|
@ -224,7 +224,7 @@ VirtualElement m(String selector [, Attributes attributes] [, Children children]
|
|||
where:
|
||||
VirtualElement :: Object { String tag, Attributes attributes, Children children }
|
||||
Attributes :: Object<any | void config(DOMElement element, Boolean isInitialized)>
|
||||
Children :: String text | Array<String text | VirtualElement virtualElement | SubtreeDirective directive | Children children>
|
||||
Children :: String text | VirtualElement virtualElement | SubtreeDirective directive | Array<Children children>
|
||||
SubtreeDirective :: Object { String subtree }
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue