should be
return open (location, headers, postData, isPost, callback, callbackContext, timeOutMs);
not
return open (location, headers, postData, isPost, callback, callbackContext);
cheers !
should be
return open (location, headers, postData, isPost, callback, callbackContext, timeOutMs);
not
return open (location, headers, postData, isPost, callback, callbackContext);
cheers !
Thanks kraken!