FormData() now has the ability to pass the the submitting element as the second parameter like so:
var n = new FormData(yourForm, theSubmitButton); //theSubmitButton can be input type submit or Button type submit
But for some reason, the Opera / Chrome version on my PC catches the theSubmitButton, but the Chrome version on my phone doesn’t. Here is how I solved it: