Re: [whatwg/fetch] Vague handling of Headers value for methods append and set (#1260)

This is specified by using Web IDL. Since the parameter type is DOMString https://heycam.github.io/webidl/#es-DOMString is run first. (And a lot of other steps are handled by the Web IDL binding layer, e.g. throwing on missing arguments or bad this value.)

-- 
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/issues/1260#issuecomment-869074941

Received on Saturday, 26 June 2021 23:48:51 UTC