Re: [whatwg/fetch] Should Body.formData() always strip the BOM? (#650)

Generally I think BOM stripping is good and we definitely want it for JSON (consistency with JSON consumed elsewhere) and text (same consistency). I guess arguably that means we should do it here too since it's a text format. It does sound though like the code in Blink is not super efficient as you end up decoding, then encoding so you can do percent decoding, and then decoding the result of that. Instead of decoding the result of percent decoding as the specification does now.

-- 
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/650#issuecomment-353066004

Received on Wednesday, 20 December 2017 13:42:40 UTC