Type that represents the initialization options for a response.
API
type ResponseInit = {
// This is needed as `@types/node` and Undici marks all these properties as readonly. This is not the case in lib.dom.d.ts
-readonly [P in keyof globalThis.ResponseInit]: globalThis.ResponseInit[P];
}