angular/goldens/public-api/common/http/errors.md
Julien Saguet 6f88d80758 feat(http): allow caching requests with different origins between server and client (#55274)
Expose `HTTP_TRANSFER_CACHE_ORIGIN_MAP` injection token in public api. This is useful when different origins are used to access the same APIs between server and browser.

Fixes #53702

PR Close #55274
2024-04-22 11:26:09 -07:00

573 B

API Report File for "angular-srcs"

Do not edit this file. It is a report generated by API Extractor.


// @public
export const enum RuntimeErrorCode {
    // (undocumented)
    HEADERS_ALTERED_BY_TRANSFER_CACHE = 2802,
    // (undocumented)
    HTTP_ORIGIN_MAP_CONTAINS_PATH = 2804,
    // (undocumented)
    HTTP_ORIGIN_MAP_USED_IN_CLIENT = 2803,
    // (undocumented)
    MISSING_JSONP_MODULE = -2800,
    // (undocumented)
    NOT_USING_FETCH_BACKEND_IN_SSR = 2801
}

// (No @packageDocumentation comment for this package)