See mbostock/d3#2131. These need to be passed to XMLHttpRequest.open.
We also need to expose the withCredentials flag (for cookie-based authentication?)—although at least now you can use the "beforesend" event to set it, I think. This should be separate from specifying a username and password, though.
See mbostock/d3#2131. These need to be passed to XMLHttpRequest.open.
We also need to expose the
withCredentials
flag (for cookie-based authentication?)—although at least now you can use the"beforesend"
event to set it, I think. This should be separate from specifying a username and password, though.