eclipsesource / eclipsesource/tabris-js
Automatically log XHR/fetch requests
Open
dev experience
js
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
In nearly every app that uses XHR or fetch we log them to the console. Depending on how often XHR/fetch appears in your code that are a lot of logging statements, usually accompanied by linter exceptions.
### Expected behavior
Automatically log all XHR/fetch request/responses on the debug level.
Contributor guide
Assessment
This issue has not been assessed yet.