3 comments (3 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript4,112 stars (4,112 stars)94 forks (94 forks)batch import
compatgood first issuehelp wanted
Description
An example, please.
Contributor guide
- Tech stack
- javascriptrest api
- Domain
- api
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic JavaScriptUnderstanding of fetch API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue asks if redaxios supports aborting requests. Review the source code (src/index.js) to see if AbortController integration is already present or possible. If not, the maintainer should provide a code example or add support for passing an AbortSignal in the options. Update the README with an example. Check existing comments for additional context.