Re: [fetch] Introduce "navigate" mode (#126)

Would it be possible to put the "navigate" type at the end of the enumeration list?

We try to keep the webidl a direct copy of whats in the spec, which means the binary enumeration values of the RequestMode would change by putting "navigate" first.  This matters because we store these enumeration values in Cache databases.

I can deal with this, but it would be easier if enumeration order wasn't changed.  Appending new enumeration values avoids the problem.

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

Received on Friday, 25 September 2015 17:52:27 UTC