Re: XMLHttpRequest: uppercasing method names

On Tue, Aug 12, 2014 at 6:26 AM, Anne van Kesteren <annevk@annevk.nl> wrote:
> In https://github.com/slightlyoff/ServiceWorker/issues/120 the
> question came up whether we should perhaps always uppercase method
> names as that is what people seem to expect. mnot seemed okay with
> adding appropriate advice on the HTTP side.
>
> The alternative is that we stick with our current subset and make that
> consistent across APIs, and treat other method names as
> case-sensitive.
>
> I somewhat prefer always uppercasing, but that would require changes
> to XMLHttpRequest.

I prefer making them all case-insensitive, which I guess means always
uppercasing.  It's not a strong desire, but it seems silly to require
a particular, unusual, casing for this kind of thing.

~TJ

Received on Tuesday, 12 August 2014 15:03:57 UTC