[fetch] Replace "flags" with "booleans" (#175)

The Fetch standard refers to both flags and booleans, which are separate in prose. However, in technical implementation, there is no difference. I found a technical redundancy caused by this in step 1 of HTTP-network Fetch[1], which makes a boolean version of a flag.

@annevk said he's been thinking of getting rid of "flags" in the Fetch standard, so I'm making this issue as a reminder!

[1] https://fetch.spec.whatwg.org/#http-network-fetch

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/175

Received on Friday, 11 December 2015 18:47:07 UTC