Skip to content

Commit ef37d29

Browse files
committed
fixup! feat(http): Add support for fetch request cache and priority options
1 parent 04b6881 commit ef37d29

File tree

9 files changed

+633
-2
lines changed

9 files changed

+633
-2
lines changed

goldens/public-api/common/http/errors.api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
// @public
88
export const enum RuntimeErrorCode {
9+
// (undocumented)
10+
CACHE_NOT_SUPPORTED_WITH_XHR = 2814,
911
// (undocumented)
1012
CANNOT_SPECIFY_BOTH_FROM_STRING_AND_FROM_OBJECT = 2805,
1113
// (undocumented)
@@ -27,6 +29,8 @@ export const enum RuntimeErrorCode {
2729
// (undocumented)
2830
NOT_USING_FETCH_BACKEND_IN_SSR = 2801,
2931
// (undocumented)
32+
PRIORITY_NOT_SUPPORTED_WITH_XHR = 2815,
33+
// (undocumented)
3034
RESPONSE_IS_NOT_A_BLOB = 2807,
3135
// (undocumented)
3236
RESPONSE_IS_NOT_A_STRING = 2808,

0 commit comments

Comments
 (0)