Optional
contentData be sent to the server. It is converted to a query string, if not already a string. It's appended to the url for GET-requests.
Optional
headersAn object (or a function which returns an object) of additional header key/value pairs to send along with requests using the XMLHttpRequest transport. Uses in [[FileBrowser]] and [[Uploader]]
Optional
methodThe HTTP method to use for the request (e.g. "POST", "GET", "PUT")
Optional
onOptional
queryOptional
prefix: stringOptional
responseOptional
urlA string containing the URL which the request is sent.
Optional
withEnable or disable Access-Control-Allow-Credentials client side. Useful for cross domain requests
Optional
xhrIf you like Jodit - try Jodit PRO
When sending data to the server, use this content type. Default is "application/x-www-form-urlencoded; charset=UTF-8", which is fine for most cases