Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows the Response constructor to accept a status code that's explicitly set to undefined. Native fetch implementations in Chrome and Firefox behave this way. The following now works, but would previously throw an error: new Response('', { status: undefined })
- Loading branch information