Closed philschatz closed 7 years ago
The window.fetch() API in Firefox and Safari error when attempting to set the User-Agent Request header. This fix ensures the header is only set for nodejs users.
window.fetch()
User-Agent
nodejs
Thanks @pandafulmanda for nudging me to take a look into this!
The
window.fetch()
API in Firefox and Safari error when attempting to set theUser-Agent
Request header. This fix ensures the header is only set fornodejs
users.Thanks @pandafulmanda for nudging me to take a look into this!