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

Removed Node transport from automatic detection #204

Closed
wants to merge 8 commits into from

Commits on Jun 8, 2018

  1. Removed Node transport from automatic detection to prevent it from be…

    …ing loaded unnecessarily in browser code
    Jonah Dahlquist committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    d419b36 View commit details
    Browse the repository at this point in the history
  2. Explicitly set nodeHttp transport for unit tests

    Jonah Dahlquist committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7aedc64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb5f150 View commit details
    Browse the repository at this point in the history
  4. Fixed import path, added more typings in unit test

    Jonah Dahlquist committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    4b6b18c View commit details
    Browse the repository at this point in the history
  5. Simplified code to avoid linting errors

    Jonah Dahlquist committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    2fc90c5 View commit details
    Browse the repository at this point in the history
  6. Fixed import

    Jonah Dahlquist committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3e9dfe3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f1cd36 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Switched to use nodeHttp's own feature detection to determine in unit…

    … test which transport to use
    Jonah Dahlquist committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    0bb8124 View commit details
    Browse the repository at this point in the history