On Mon, Mar 9, 2009 at 2:02 PM, Lex Spoon <[email protected]> wrote: > > Bob, could you look at the updated version of this patch you reviewed > earlier? It addresses some browser quirks as described in the > description > > Joel, or anyone, what do you think about the small change to > XMLHttpRequest? It seems that xhr.send(), while standards-mandated, > is not available in Firefox. Meanwhile, xhr.send(null) works on > everything. Shall we delete send() from XMLHttpRequest? It looks > like a trap except for people who don't need Firefox support. >
Or just call the one-arg version with null? --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
