Skip to content

setTimeout and setInterval callback parameters #3642

@iONinja

Description

@iONinja

In JavaScript, only some browsers support:

  • scope.setTimeout(function[, delay, param1, param2, ...]); (link)
  • scope.setInterval(func, delay[, param1, param2, ...]); (link)

It would be great if we could get some data about which browsers support this specific feature.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions