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: remove outdated try/catch statements and use const #3087

Closed
wants to merge 8 commits into from
Closed

doc: remove outdated try/catch statements and use const #3087

wants to merge 8 commits into from

Commits on Sep 27, 2015

  1. doc: fix crypto.randomBytes

    fix description about crypto.randomBytes
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    54cd451 View commit details
    Browse the repository at this point in the history
  2. doc: update examples about crypto.randomBytes

    remove outdated examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    0d0154d View commit details
    Browse the repository at this point in the history
  3. doc: update examples about crypto.randomBytes

    fix outdated examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    a8af4f3 View commit details
    Browse the repository at this point in the history
  4. doc: remove outdated try/catchstatements in sync

    The code shows that it throws on a lack of entropy, but the note below says that it does not.
    Remove outdated `try/catch`statements in sync examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    69b5fb9 View commit details
    Browse the repository at this point in the history
  5. doc: remove outdated 'try/catch' statement in sync

    The code shows that it throws on a lack of entropy, but the note below says that it does not.
    Remove outdated try/catchstatements in sync examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    77047dd View commit details
    Browse the repository at this point in the history
  6. doc: remove outdated 'try/catch' statement in sync

    The code shows that it throws on a lack of entropy, but the note below says that it does not.
    Remove outdated `try/catch`statements in sync examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    c723c46 View commit details
    Browse the repository at this point in the history
  7. doc: remove outdated 'try/catch' statement in sync

    The code shows that it throws on a lack of entropy, but the note below says that it does not.
    Remove outdated `try/catch`statements in sync examples about crypto.randomBytes to make it clear
    JungMinu committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    879fa25 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. doc: fix outdated 'try/catch' statement in sync

    The code shows that it throws on a lack of entropy, but the note below says that it does not.
    Remove outdated try/catchstatements in sync examples about crypto.randomBytes to make it clear.
    In addition, use `const` instead of `var` for constant variable.
    JungMinu committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    25cf161 View commit details
    Browse the repository at this point in the history