Warning:
This wiki has been archived and is now read-only.

Timers

From Client and Server JavaScript APIs Community Group
Jump to: navigation, search

Introduction

This API officilly called WindowTimer is of course purely asynchronous by nature It exposes timeout and interval methods: setTimeout(), clearTimeout, setInterval(), clearInterval()

Contacts

We are looking for representatives of this HTML5 API to discuss of potentially needed updates to consider server-side implementations

Debate

to be done

SSJS Implementations

Node.js

Node.js natively implement the Timers API: http://nodejs.org/docs/v0.6.1/api/timers.html

Wakanda

Wakanda natively implement the Timers API: http://doc.wakanda.org/Global-Application/Application/setTimeout.301-797355.en.html

References