Re: XMLHttpRequest: Why list HTTP method names

On Thu, 12 Oct 2006 15:13:31 +0200, Subbu Allamaraju  
<subbu.allamaraju@gmail.com> wrote:
> a. Method support - this is dictated by the programming model exposed to  
> the component developer. This model currently does not map for methods  
> other
> than GET and POST.

This has been changed. Now must support GET, POST, HEAD, PUT and DELETE  
and you must unless you have a very good reason not to support all others  
as well except for those which have security concerns attached to them.


> b. Semantics on field access - in particular the need to throw
> INVALID_STATE_ERR (will start a new thread on that)

See that thread.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Friday, 13 October 2006 00:16:37 UTC