2015-01-30 @ 16h00_SGT -- Draft
Hello there,
As I delve into the world of 'JavaScript' and 'AJax' for my upcoming website, a thought occurred to me:
" Wouldn't it be interesting to have a feature akin to 'chrond' in our web browsers that could schedule regular tasks or events like data refreshing every second.
Incorporating methods such as:
- ClockDisplayRefresh = new ChronJob(fnClock(), ClockSchedule, (persistence=true;) );
- ... "
Now, some questions arise:
"Does a 'chrond' object with corresponding methods exist in today's (2015-01-30) web browser technology?"
"Where should I begin my search to quench my curiosity and programming requirements?"
"If I were to develop an addon for my preferred web browsers, where should I start looking?"
Thank you.
HPS