JakeChampion / fetch

A window.fetch JavaScript polyfill.
MIT License
25.76k stars 2.84k forks source link

code is working in chrome, not in firefox #1389

Closed schoormans closed 1 year ago

schoormans commented 1 year ago

the data that is put in the html form, is send through a php file to store in a json file. when the user, has paid, they are send to a php file the php file takes the data out of the json file and uses it. it is working great in chrome. but in firefox the data is not being send. here is my html form and the `












                                     
`
schoormans commented 1 year ago

this is my webpage https://patternsbyanoukschoormans.com/z123shirt.html

JakeChampion commented 1 year ago

This doesn't look like an issue related to this fetch polyfill to me