Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add note about timeout delay > TIMEOUT_MAX #3512

Closed
wants to merge 3 commits into from

Commits on Oct 25, 2015

  1. doc: add note about timeout delay > TIMEOUT_MAX

    When setTimeout() and setInterval() are called with `delay` greater
    than TIMEOUT_MAX (2147483647), the supplied value is ignored and 1 is
    used instead. This adds a note about this in the timers docs.
    sitegui committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    f135a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46fe3c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Wrap at 80 chars

    sitegui committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    ed67c97 View commit details
    Browse the repository at this point in the history