Hi!
What is the type of the object returned by Titanium.Network.createHTTPClient()?
var xhr = Titanium.Network.createHTTPClient(); test = xhr.constructor;-> undefined
I would like to add a method to its prototype…
Hi!
What is the type of the object returned by Titanium.Network.createHTTPClient()?
var xhr = Titanium.Network.createHTTPClient(); test = xhr.constructor;-> undefined
I would like to add a method to its prototype…