Changes this week:
- The static Response.json() method can be used to initialize a Response object with a JSON-serialized payload (see: Add `Response.json` static method by lucacasonato · Pull Request #1392 · whatwg/fetch · GitHub).
- R2 exceptions being thrown now have the error code appended in the message in parenthesis. This is a stop-gap until we’re able to explicitly add the
code
property on the thrown Error object. week: