Modern JavaScript (ES6+)¶
Creating requests to the TYPO3 Rest Api using pure JavaScript (“VanillaJS”) in modern browsers that support
ES6+ and the Promise-based fetch()
command.
Find out, how to create GET
, POST
, PUT
, PATCH
and DELETE
requests,
with and without authentication and file-uploads using nothing but pure JavaScript in the following chapters: