1 commento (1 commento)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)Ruby38.907 star (38.907 star)2598 fork (2598 fork)batch import
help wanted
Descrizione
No description provided???
Guida contributor
- Tech stack
- javascript
- Dominio
- frontend
- Tipo issue
- refactor
- DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
- 2
- Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
- half day
- Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
- stale
- ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
- unclear
- Prerequisiti
- Basic knowledge of JavaScriptFamiliarity with Fetch APIUnderstanding of HTTP requests
- Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
- 40
- Direzione di ricerca
- The issue lacks a description, so the first step is to search the codebase for all instances of XMLHttpRequest usage. Common files include network related modules. After identifying all XHR calls, replace each with the Fetch API, ensuring error handling matches the current behavior (e.g., checking response.ok). The project uses vanilla JavaScript, so no additional libraries are needed. Consult any existing comments or discussions in the issue for clarification on scope.