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]]
If you like Jodit - try Jodit PRO
Request module
The module is responsible for sending requests over the network:
The second argument can be settings [[AjaxOptions]]