1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: implement live page reload in development, based on polling (useful with watch) (#17683)

This commit is contained in:
Delyan Angelov
2023-03-16 22:00:47 +02:00
committed by GitHub
parent 658b116d07
commit 6e1e406288
8 changed files with 134 additions and 21 deletions

View File

@ -21,3 +21,4 @@ For loop demo: <br>
<hr>
End.
@include 'footer.html'