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

Replace axios with fetch, add option to enable debug logging #68

Merged
merged 4 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. Bump minimum Node.js version to 22.x

    So we can use native fetch without experimental flags
    Jalle19 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b8032c4 View commit details
    Browse the repository at this point in the history
  2. Replace axios with native fetch

    Fixes stupid maxContentLength error on aborted requests (axios/axios#4806)
    Jalle19 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c70b71b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efe960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28f5f9b View commit details
    Browse the repository at this point in the history