FormData.entries()

Click event:
(Entries comes here)
Submit event:
(Entries comes here)

In Safari FormData.entries() in the submit event handler includes submitter value. This is not the case in other browsers.