mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
13fdbec872
* chore: update changelog and update gitignore * chore: update PR and issue templates * chore: updated docs * chore: update all docs to match * chore: update both files to match * chore: remove un-needed yml * Update docs/fr/pages/advanced/error-handling.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/es/pages/advanced/x-www-form-urlencoded-format.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/pages/advanced/error-handling.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/es/pages/advanced/error-handling.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/pages/advanced/x-www-form-urlencoded-format.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/zh/pages/advanced/x-www-form-urlencoded-format.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/zh/pages/advanced/request-config.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/zh/pages/advanced/request-config.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/pages/advanced/request-config.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/fr/pages/advanced/x-www-form-urlencoded-format.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/zh/pages/advanced/error-handling.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Update docs/zh/pages/advanced/request-config.md Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
33 lines
811 B
Markdown
33 lines
811 B
Markdown
<!--
|
|
Before opening: please search existing issues to avoid duplicates, and confirm the bug reproduces on the latest axios release.
|
|
For usage questions, please use Stack Overflow (https://stackoverflow.com/questions/tagged/axios) instead.
|
|
-->
|
|
|
|
#### Describe the issue
|
|
|
|
A clear description of the bug or feature request.
|
|
|
|
#### Example code
|
|
|
|
<!-- A minimal snippet that reproduces the issue. Remove any secrets/tokens. -->
|
|
|
|
```js
|
|
|
|
```
|
|
|
|
#### Expected behavior
|
|
|
|
What you expected to happen.
|
|
|
|
#### Actual behavior
|
|
|
|
What actually happened (include error messages or stack traces if relevant).
|
|
|
|
#### Environment
|
|
|
|
- Axios version:
|
|
- Adapter: <!-- xhr | http | fetch -->
|
|
- Runtime: <!-- e.g. Node 20.11, Chrome 124, React Native 0.74, Bun 1.1, Deno 1.44 -->
|
|
- OS:
|
|
- Additional context (framework, bundler, proxy, etc.):
|