Closed
Conversation
axios#4640) * Fixed posting FormData in browser environment by reverting axios#3785; * Added ability to keep `Content-Type` header in non-standard browser environments; * Added browser test of FormData posting using external HTTP service (https://httpbin.org/post); Co-authored-by: Jay <jasonsaayman@gmail.com>
Added unit tests; Co-authored-by: Jay <jasonsaayman@gmail.com>
It is optional in the constructor, and not always defined. Co-authored-by: Jay <jasonsaayman@gmail.com>
Fix grammar Co-authored-by: Jay <jasonsaayman@gmail.com>
https://github.com/axios/axios/blob/master/lib/axios.js#L47 Co-authored-by: Jay <jasonsaayman@gmail.com>
Related to discussions here axios#2387 Attempt to capture the stack trace at the time the error is created in order to maintain context about where the error originates from. Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
* changes * also include request * revert comment Co-authored-by: Jay <jasonsaayman@gmail.com>
fix url to defaults.js Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
In the main readme file of axios, the icons for chrome, firefox and safari was not visible, which was giving a bit outdated vibes. I have updated all the three icons with the latest ones from "https://www.iconfinder.com/icons/23799/firefox_icon" in 48px dimension. I hope now it looks good. Co-authored-by: Jay <jasonsaayman@gmail.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.0. - [Commits](follow-redirects/follow-redirects@v1.14.9...v1.15.0)
* Fixing cases of Axios hanging on test failures * Fix max redirect assertion Co-authored-by: Jay <jasonsaayman@gmail.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
* chore(ci): add release scripts;
* chore(ci): Add release-it script; * chore(ci): add `release:no-npm` script to release the package without making an npm release; * fix(test): fixed `d.ts` typings; refactor(test): refactor typescript tests;
* fix(scripts): fix version bump script;
* fix(scripts): rename prerelease scripts due to npm namespace conflict; * chore(git): add `.npmrc` and `.env` to gitignore;
* chore(ci): Add release-it script; * chore(ci): add github actions release script;
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(ci): Add release-it script; * fix(utils): redesigned logic for obtaining the global link;; * chore(git): updated .gitignore; chore(npm): updated .npmignore; * chore(git): fix husky prepare script; * chore(github): reworked npm release action step; * chore(ci): add CHANGELOG.md contributors section generator; * chore(deps): add `auto-changelog` to package.json;
There was a problem hiding this comment.
CodeQL found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
jrkim123us
approved these changes
Jan 4, 2023
| document.cookie = cookie.join('; '); | ||
| }, | ||
|
|
||
| read: function read(name) { |
DogodJeong
approved these changes
Jan 4, 2023
- 소스 최신화 - github actions 설정 제거
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
axios 1.2.2 버전으로 변경했습니다.
작업 내용
작업한 커밋 node