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

Added data URL support for node.js; #4725

Merged
merged 4 commits into from May 20, 2022

Commits on May 18, 2022

  1. Added data URL support for node.js;

    Added missed data URL protocol for the browser environment;
    Optimized JSON parsing in the default response transformer;
    Refactored project structure;
    Added `cause` prop for AxiosError instance that refers to the original error if it was wrapped with `AxiosError.from` method;
    Added fromDataURI helper;
    Added test for handling data:url as an `arraybuffer|text|stream`;
    DigitalBrainJS committed May 18, 2022
    Copy the full SHA
    4681faf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2728b8f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c0cd5e9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d6dc2bd View commit details
    Browse the repository at this point in the history