Merge branch 'next' of https://github.com/impinball/mithril.js into speed
(Update topic branch)
This commit is contained in:
commit
565f9cf334
7 changed files with 852 additions and 131 deletions
|
|
@ -122,4 +122,4 @@ where:
|
|||
|
||||
- **Boolean forceRecreation**
|
||||
|
||||
If set to true, rendering a new virtual tree will completely overwrite an existing one without attempting to diff against it
|
||||
If set to true, rendering a new virtual tree will completely overwrite an existing one without attempting to diff against it
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Web Services
|
||||
|
||||
Mithril provides a high-level utility for working with web services, which allows writing asynchronous code relatively procedurally.
|
||||
Mithril allows writing asynchronous code in a procedural way through a high-level utility for working with web services.
|
||||
|
||||
It provides a number of useful features out of the box:
|
||||
This utility provides a number of useful features out of the box:
|
||||
|
||||
- The ability to get an early reference to a container that will hold the asynchronous response
|
||||
- The ability to queue operations to be performed after the asynchronous request completes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue