Javascript – How to access body from POST request (using 'fetch()') inside my Extbase Controller
I'm sending a POST request via fetch() from my JavaScript Service-Worker to my TYPO3 Extbase controller action. The controller then goes on to process the data, but I can't find a way to get the body data. I'm calling the…