Closed
Bug 384352
Opened 18 years ago
Closed 17 years ago
Joey Server - polling mechanism to check new updates
Categories
(Mozilla Labs :: Joey, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mgalli, Unassigned)
Details
(Whiteboard: marked_as_wfm_due_to_project_retirement)
Ajax client to work with a polling mechanism.
Reporter | ||
Comment 1•18 years ago
|
||
Cake has some stuff too...
@return string Javascript codeblock
00263 * @access public
00264 */
00265 function remoteTimer($options = null) {
00266 $frequency=(isset($options['frequency'])) ? $options['frequency'] : 10;
00267 $code="new PeriodicalExecuter(function() {" . $this->remoteFunction($options) . "}, $frequency)";
00268 return $this->Javascript->codeBlock($code);
00269 }
Updated•18 years ago
|
Summary: Joey Front-end ajax - polling mechanism to check new updates → Joey Server - polling mechanism to check new updates
Updated•18 years ago
|
Assignee: dougt → nobody
Comment 2•17 years ago
|
||
Joey has been retired. Thanks for participating.
http://joey.labs.mozilla.com/
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Whiteboard: marked_as_wfm_due_to_project_retirement
You need to log in
before you can comment on or make changes to this bug.
Description
•