[Bug 17242] Consider doing anonymous requests as a constructor argument rather than as a separate constructor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17242

--- Comment #3 from Jonas Sicking <jonas@sicking.cc> 2012-05-31 09:02:39 UTC ---
I'm not really sure what it means to do:

x = new XMLHttpRequest({ url: "..." });

Does that mean you don't have to call .open on such an XHR object? If so, does
that mean that you can only use it for one request?

I'm not necessarily against such a design, I'm just trying to understand what
is proposed.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 09:02:47 UTC