Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spec): Make Response constructor parameters optional
According to the fetch spec, all parameters of the Response constructor are optional: - https://developer.mozilla.org/en-US/docs/Web/API/Response/Response - https://fetch.spec.whatwg.org/#response-class
- Loading branch information