Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

Sets API request function which forms HTTP request


Parameters 

 

Name TypeDescription

fn

required

function

form function


Example Result

this.setRequestFunction = function(fn) {
  var oldRequsetFunction = _requestFunction;
  _requestFunction = fn;
  return oldRequsetFunction;
};

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
Quatrix JavaSctipt APIs QJA