Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

typescript-axios-wb

yanruzhang27MIT1.0.3TypeScript support: included

Promise based HTTP client for the browser. Typescript refactored Axios.

readme

TypeScript-Axios

Promise based HTTP client for the browser. Typescript refactored Axios.

Features

  • Make XMLHttpRequest from the browser
  • Supports the Promise API
  • Intercept request and response
  • Transform request and response data
  • Cancel requests
  • Automatic transforms for JSON data
  • Client side support for protecting against XSRF