Re: [whatwg/fetch] Return null if parsing a structured field value fails (#1056)

@domenic commented on this pull request.



>  
- <li><p>If parsing failed, then return failure.
+ <li><p>If parsing failed, then return null.

I think it's worth an explicit note how the Fetch wrapper does not distinguish between absent and unparseable structured fields, and that this is intentional in order to encourage uniform processing across the web platform.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1056#pullrequestreview-448129302

Received on Tuesday, 14 July 2020 13:55:52 UTC