Re: [whatwg/fetch] Make get, decode, and split handle a trailing comma correctly (PR #1769)

Without reviewing the actual verbiage, I agree with CarloCannas that a terminal comma should result in adding an empty string.

Specs allow for:

Foo: Bar
Foo: 

to be replaced with:

Foo: Bar,

So the latter should presumably return two values when parsed.

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

Message ID: <whatwg/fetch/pull/1769/c2296527003@github.com>

Received on Monday, 19 August 2024 13:02:59 UTC