Fetch headers on safari ios

Hi,
is the headers of fetch() (js function) work on safari ios ?
Yes, response.headers should work. If you have a specific issue, please file feedback via Feedback Assistant. Thanks!
Hello,
thank you to your answer but,
I wanted to know if the "headers" fetch argument worked, like this:

Code Block fetch('page.php', headers{
/* Is that works on safari ios ? Cause on mdn, it say that doesn't work... */
})


Hello,
thank you to your answer but,
I wanted to know if the "headers" fetch argument worked, like this:
fetch('page.php', headers{/* Is that works on safari ios ? Cause on mdn, it say that doesn't work... */})


Fetch headers on safari ios
 
 
Q