Skip to content

Commit

Permalink
add link to mdn
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 7, 2023
1 parent 4a71988 commit b7b15f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async function _handleWebRequest(
body: request.body,
});

// https://developer.mozilla.org/en-US/docs/Web/API/Response/body
const body =
nullBodyResponses.has(res.status) || request.method === "HEAD"
? null
Expand Down

0 comments on commit b7b15f7

Please sign in to comment.