marko/test/test-project/html-templates/async-fragment-timeout.marko
2014-12-15 10:24:15 -07:00

10 lines
329 B
Plaintext

<async-fragment data-provider="data.userInfo" var="user" timeout="300">
<async-fragment-timeout>
1-A timeout has occurred!
</async-fragment-timeout>
1
</async-fragment>
<async-fragment data-provider="data.userInfo" var="user" timeout-message="2-A timeout has occurred!" timeout="300">
2
</async-fragment>