UNPKG

v8-hot-reload-kit

Version:
9 lines (8 loc) 170 B
setInterval(function(){ $('body').empty().append( $('<span/>').text(text()) ); }, 100); function text(){ return 'current time is ' + new Date().getTime(); }