WindowOrWorkerGlobalScope.setTimeout

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

Meta