(I’m a few days late posting this; sorry.)
New this week:
- Fixed a bug where JSON parsing errors thrown by
response.json()
were replaced with “internal error” (making it hard to tell what the problem was). - Preview service has been updated to fix a bug where
fetch()
would automatically collapse consecutive/
s in a URL. (The same fix happened in production the previous week, but the preview service had an extra instance of this bug.) - V8 updated: 7.1.302.25 -> 7.1.302.28
- Internal bug fixes.