The Wayback Machine - https://web.archive.org/web/20260424135147/https://angular.dev/api/core/ResponseInit
    • Overview
@angular/core

ResponseInit

Type Alias
stable

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];}
    
    
Jump to details
HTTPS · web.archive.org
← Home