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

References

References

Re-exports Ajax
Re-exports Response

Jodit PRO

If you like Jodit - try Jodit PRO