RESTful HTTP methods support across browsers
Surprisingly, all of the information I've found on the net about this wasn't quite clear and reliable. So I decided to write a small test determine support for PUT, PATCH and DELETE methods using Node.js and run it in all major browsers.
Running test yielded these results:
Chrome | OK |
Firefox | OK |
IE9 | OK |
IE8 | OK, except PATCH |
IE7 | OK, except PATCH |
IE6 | OK |