link-checker
link-checker copied to clipboard
feat: improved caching
This PR again builds on my previous work, so my earlier PRs should be merged first for a better review.
This PR changes bit how caching works. It is off-loaded to fetch.js file. It honors the method that is used for fetching and also if there is rate-limiting event it is possible to check for the cached data again before refetching.