You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deploy): match decode-error signature on statusText, not body
The distilled client's CloudflareDecodeError sets body =
JSON.stringify(rawBody): a JSON null body becomes "null" (matched the
docs deploy) but an empty body becomes undefined (missed in the web
deploy). status 200 + statusText "Schema decode failed" is the stable
discriminator — it only ever marks a successful operation whose result
failed to decode, which for a DELETE is a completed delete.
0 commit comments