mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`provideClientHydration()` accepts new `HydrationFeature` : `HttpTransferCacheOptions`. `withHttpTransferCacheOptions` accepts an option object: * `includeHeaders` : list of headers entries to keep in the cache with the request * `filter` a callback to determine if a request should be cached * `includePostRequests`: to include POST requests in the allowed methods Implements some of the features requested in #50117 PR Close #52029 |
||
|---|---|---|
| .. | ||
| browser | ||
| dom | ||
| security | ||
| static_assets | ||
| BUILD.bazel | ||
| hydration_spec.ts | ||
| testing_public_spec.ts | ||