Skip to content

Commit 4b9accd

Browse files
JeanMechedevversion
authored andcommitted
feat(http): promote withRequestsMadeViaParent to stable. (#58221)
Introduced back in v15 by #47502, its usage with fix with #55652 for the `FetchBackend` which will become the default `HttpBackend` with #58212 PR Close #58221
1 parent 590105d commit 4b9accd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/http/src/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export function withJsonpSupport(): HttpFeature<HttpFeatureKind.JsonpSupport> {
276276
* this option.
277277
*
278278
* @see {@link provideHttpClient}
279-
* @developerPreview
279+
* @publicApi
280280
*/
281281
export function withRequestsMadeViaParent(): HttpFeature<HttpFeatureKind.RequestsMadeViaParent> {
282282
return makeHttpFeature(HttpFeatureKind.RequestsMadeViaParent, [

0 commit comments

Comments
 (0)