Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filters): fetch API isn't always an instance of Response
- same as previous PR #744, this one was found after - the output of the Fetch API Promise isn't always an `instanceof Response`, the better way of validating the Fetch resolved output is to check its status to be between 200-300 and also make sure that it has the `.json()` type to be a function
- Loading branch information