global fetch options after merging with previous options (or defaults)
Users can change the default referrer as well as other options when fetch is used internally by stacks.js:
setFetchOptions({ referrer: 'no-referrer', referrerPolicy: 'no-referrer', ...otherRequestOptions });
After calling setFetchOptions all subsequent network calls will use the specified options above.
MDN Request: https://developer.mozilla.org/en-US/docs/Web/API/Request/Request
Generated using TypeDoc
Sets global fetch options for stacks.js network calls.