mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
10 lines
329 B
Plaintext
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>
|