Alias for RequestInit from TypeScript's DOM lib, to more clearly differentiate it from the RequestInit provided by node-fetch.
RequestInit
Any properties supported in either the browser or node are accepted. Using the right properties in the right context is left to the user.
Generated using TypeDoc
Alias for
RequestInit
from TypeScript's DOM lib, to more clearly differentiate it from theRequestInit
provided by node-fetch.