kiigame / kiigame/adventure_engine
Asynchronous json file fetching
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 2m
- Merged PRs (30d)
- 4
Description
Relates to this warning:
```
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help https://xhr.spec.whatwg.org/#sync-warning
```
Seems to require quite a bit of refactoring to support asynchronous fetching.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue identifies synchronous XMLHttpRequest use during JSON file fetching but names no files, tests, or entry points. Start by locating the synchronous request responsible for the browser warning; done means JSON fetching is asynchronous and the warning no longer appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100