WindowOrWorkerGlobalScope.setInterval

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int setInterval(Function handler, int timeout, T2 arguments)
  2. int setInterval(string handler, int timeout, T2 unused)
    struct WindowOrWorkerGlobalScope
    nothrow
    int
    setInterval
    (
    T2
    )
    (
    string handler
    ,,
    scope auto ref T2 unused
    )

Meta