On Mon, 06 Aug 2007 15:38:52 +0200, Robert Sayre <[EMAIL PROTECTED]> wrote:
Partial resource updates are a pretty compelling use case for XHR2. You can always use POST for this, but it's a pain if you need to use POST for something else.
What exactly would need to be supported? XMLHttpRequest (since level 1) supports arbitrary method names except those disabled for security reasons. (Passing "patch" would not make a "PATCH" request though, but as long as implementations don't start uppercasing it it should be no problem...)
-- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>