Request module

The module is responsible for sending requests over the network:

const ajax = new Jodit.modules.Ajax(jodit, {
	url: 'https://xdsoft.net'
});

ajax.send().then(resp => console.log(resp.text()));

The second argument can be settings [[AjaxOptions]]

Classes

Response

In this article: