ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
96 stars 9 forks source link

bug/conditionally check `Response` object properties and values in development and serve lifecycles #1131

Closed thescientist13 closed 1 year ago

thescientist13 commented 1 year ago

Related Issue

resolves #1130

Summary of Changes

  1. Don't assume values of methods on the Response object
  2. Don't don't assume the body of a Response object

More comprehensive response handling coming as part of #1048