From bd3575a6edab3e815a73d182b671cc9bd713797b Mon Sep 17 00:00:00 2001 From: elbywan Date: Thu, 19 Jan 2023 15:14:17 +0100 Subject: [PATCH] 2.4.0 tag --- CHANGELOG.md | 60 ++++++------- docs/api/assets/search.js | 2 +- docs/api/functions/addons_abort.default.html | 2 +- docs/api/functions/addons_perfs.default.html | 2 +- .../functions/addons_progress.default.html | 2 +- docs/api/functions/index.default-1.html | 2 +- .../functions/middlewares_dedupe.dedupe.html | 2 +- .../functions/middlewares_delay.delay.html | 2 +- .../functions/middlewares_retry.retry.html | 5 +- ...wares_throttlingCache.throttlingCache.html | 2 +- .../addons_abort.AbortResolver.html | 8 +- .../interfaces/addons_abort.AbortWretch.html | 4 +- .../addons_formData.FormDataAddon.html | 4 +- .../addons_formUrl.FormUrlAddon.html | 4 +- .../interfaces/addons_perfs.PerfsAddon.html | 4 +- .../addons_progress.ProgressResolver.html | 4 +- .../addons_queryString.QueryStringAddon.html | 4 +- docs/api/interfaces/index.Wretch.html | 48 +++++------ docs/api/interfaces/index.WretchError.html | 12 +-- .../interfaces/index.WretchResponseChain.html | 30 +++---- docs/api/modules/addons.html | 2 +- docs/api/modules/addons_abort.html | 2 +- docs/api/modules/addons_formData.html | 2 +- docs/api/modules/addons_formUrl.html | 2 +- docs/api/modules/addons_perfs.html | 2 +- docs/api/modules/addons_progress.html | 2 +- docs/api/modules/addons_queryString.html | 2 +- docs/api/modules/index.default.html | 12 +-- docs/api/modules/index.html | 2 +- docs/api/modules/middlewares.html | 6 +- docs/api/modules/middlewares_dedupe.html | 2 +- docs/api/modules/middlewares_delay.html | 2 +- docs/api/modules/middlewares_retry.html | 4 +- .../modules/middlewares_throttlingCache.html | 2 +- docs/api/types/index.Config.html | 4 +- .../api/types/index.ConfiguredMiddleware.html | 2 +- docs/api/types/index.FetchLike.html | 2 +- docs/api/types/index.Middleware.html | 2 +- docs/api/types/index.WretchAddon.html | 4 +- .../types/index.WretchDeferredCallback.html | 2 +- docs/api/types/index.WretchErrorCallback.html | 2 +- docs/api/types/index.WretchOptions.html | 2 +- docs/api/types/index.WretchResponse.html | 2 +- .../middlewares_dedupe.DedupeKeyFunction.html | 2 +- .../middlewares_dedupe.DedupeMiddleware.html | 2 +- .../middlewares_dedupe.DedupeOptions.html | 2 +- ...lewares_dedupe.DedupeResolverFunction.html | 2 +- ...middlewares_dedupe.DedupeSkipFunction.html | 2 +- .../middlewares_delay.DelayMiddleware.html | 2 +- .../middlewares_retry.DelayRampFunction.html | 3 +- .../middlewares_retry.OnRetryFunction.html | 3 +- ...lewares_retry.OnRetryFunctionResponse.html | 3 +- .../middlewares_retry.RetryMiddleware.html | 5 +- .../types/middlewares_retry.RetryOptions.html | 13 ++- .../types/middlewares_retry.SkipFunction.html | 85 +++++++++++++++++++ .../middlewares_retry.UntilFunction.html | 3 +- ...ingCache.ThrottlingCacheClearFunction.html | 2 +- ...ache.ThrottlingCacheConditionFunction.html | 2 +- ...che.ThrottlingCacheInvalidateFunction.html | 2 +- ...tlingCache.ThrottlingCacheKeyFunction.html | 2 +- ...ttlingCache.ThrottlingCacheMiddleware.html | 2 +- ...hrottlingCache.ThrottlingCacheOptions.html | 2 +- ...lingCache.ThrottlingCacheSkipFunction.html | 2 +- .../variables/addons_formData.default.html | 2 +- .../api/variables/addons_formUrl.default.html | 2 +- .../variables/addons_queryString.default.html | 2 +- .../variables/index.default.WretchError.html | 2 +- docs/api/variables/index.default.default.html | 2 +- .../variables/index.default.errorType.html | 2 +- docs/api/variables/index.default.options.html | 2 +- .../variables/index.default.polyfills.html | 2 +- package.json | 2 +- 72 files changed, 263 insertions(+), 165 deletions(-) create mode 100644 docs/api/types/middlewares_retry.SkipFunction.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 33066aa..222806e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.4.0](https://github.com/elbywan/wretch/compare/2.3.2...2.4.0) (2023-01-19) + + +### :factory: New feature(s) + +* Add skip argument to the retry middleware ([746f8c9](https://github.com/elbywan/wretch/commit/746f8c9)) + + + ## [2.3.2](https://github.com/elbywan/wretch/compare/2.3.1...2.3.2) (2023-01-11) @@ -223,40 +233,7 @@ -# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/2.0.0-next.0...2.0.0-next.1) (2022-07-08) - - -### :art: Code improvement(s) - -* Add editorconfig ([e81eaff](https://github.com/elbywan/wretch/commit/e81eaff)) - -### :fire: Breaking change(s) - -* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c)) - -### :memo: Documentation update(s) - -* Additional improvements ([e79ff71](https://github.com/elbywan/wretch/commit/e79ff71)) -* Autogenerate API documentation and split it from the main README ([c710a71](https://github.com/elbywan/wretch/commit/c710a71)) -* Move svg asset and minor readme changes ([30de07c](https://github.com/elbywan/wretch/commit/30de07c)) -* Regenerate api doc ([7ae5b57](https://github.com/elbywan/wretch/commit/7ae5b57)) -* Small edits to the contributing file and renames scripts related t ([abec7f0](https://github.com/elbywan/wretch/commit/abec7f0)) -* Update bundle size ([1115d34](https://github.com/elbywan/wretch/commit/1115d34)) -* Update companion website ([d6bb842](https://github.com/elbywan/wretch/commit/d6bb842)) -* Update documentation ([15fd187](https://github.com/elbywan/wretch/commit/15fd187)) - -### :white_check_mark: Test improvement(s) - -* Fix resolvers test for node14 ([ca8b559](https://github.com/elbywan/wretch/commit/ca8b559)) -* Fix test on node 18 (with polyfilled fetch) ([d3b7b00](https://github.com/elbywan/wretch/commit/d3b7b00)) -* Replace restify with fastify for mock server ([9ee2cfc](https://github.com/elbywan/wretch/commit/9ee2cfc)) -* Run lint on CI ([9b819d3](https://github.com/elbywan/wretch/commit/9b819d3)) -* Test in multiple version of node in CI ([00d80a6](https://github.com/elbywan/wretch/commit/00d80a6)) - - - - -# [2.0.0-next.0](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.0) (2022-07-03) +# [2.0.0-next.1](https://github.com/elbywan/wretch/compare/1.7.10...2.0.0-next.1) (2022-07-08) ### :arrow_up: Version update(s) @@ -265,6 +242,7 @@ ### :art: Code improvement(s) +* Add editorconfig ([e81eaff](https://github.com/elbywan/wretch/commit/e81eaff)) * Improved packaging and bundling ([69c1e35](https://github.com/elbywan/wretch/commit/69c1e35)) ### :bug: Bug fix(es) @@ -284,15 +262,29 @@ * Add url arg and harmonize replace/mixin arguments ([8e4d0aa](https://github.com/elbywan/wretch/commit/8e4d0aa)) * Complete refactoring ([c2f5035](https://github.com/elbywan/wretch/commit/c2f5035)) +* Drop support on node < 14 ([1ff926c](https://github.com/elbywan/wretch/commit/1ff926c)) * Restore normal array behaviour for formdata and fix tests ([6879d48](https://github.com/elbywan/wretch/commit/6879d48)), closes [#119](https://github.com/elbywan/wretch/issues/119) ### :memo: Documentation update(s) +* Additional improvements ([e79ff71](https://github.com/elbywan/wretch/commit/e79ff71)) +* Autogenerate API documentation and split it from the main README ([c710a71](https://github.com/elbywan/wretch/commit/c710a71)) +* Move svg asset and minor readme changes ([30de07c](https://github.com/elbywan/wretch/commit/30de07c)) +* Regenerate api doc ([7ae5b57](https://github.com/elbywan/wretch/commit/7ae5b57)) +* Small edits to the contributing file and renames scripts related t ([abec7f0](https://github.com/elbywan/wretch/commit/abec7f0)) * Update browserstack badge. ([91cad34](https://github.com/elbywan/wretch/commit/91cad34)) +* Update bundle size ([1115d34](https://github.com/elbywan/wretch/commit/1115d34)) +* Update companion website ([d6bb842](https://github.com/elbywan/wretch/commit/d6bb842)) +* Update documentation ([15fd187](https://github.com/elbywan/wretch/commit/15fd187)) ### :white_check_mark: Test improvement(s) * Better tests coverage ([77e85dc](https://github.com/elbywan/wretch/commit/77e85dc)) +* Fix resolvers test for node14 ([ca8b559](https://github.com/elbywan/wretch/commit/ca8b559)) +* Fix test on node 18 (with polyfilled fetch) ([d3b7b00](https://github.com/elbywan/wretch/commit/d3b7b00)) +* Replace restify with fastify for mock server ([9ee2cfc](https://github.com/elbywan/wretch/commit/9ee2cfc)) +* Run lint on CI ([9b819d3](https://github.com/elbywan/wretch/commit/9b819d3)) +* Test in multiple version of node in CI ([00d80a6](https://github.com/elbywan/wretch/commit/00d80a6)) diff --git a/docs/api/assets/search.js b/docs/api/assets/search.js index 0cb3032..ccefc51 100644 --- a/docs/api/assets/search.js +++ b/docs/api/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"4\":\"Namespace\",\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/index.default-1.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/index.default.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/index.default.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"options\",\"url\":\"variables/index.default.options.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"errorType\",\"url\":\"variables/index.default.errorType.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"polyfills\",\"url\":\"variables/index.default.polyfills.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"WretchError\",\"url\":\"variables/index.default.WretchError.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":2,\"name\":\"addons/abort\",\"url\":\"modules/addons_abort.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"AbortWretch\",\"url\":\"interfaces/addons_abort.AbortWretch.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":1024,\"name\":\"signal\",\"url\":\"interfaces/addons_abort.AbortWretch.html#signal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortWretch\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortWretch.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortWretch\"},{\"kind\":256,\"name\":\"AbortResolver\",\"url\":\"interfaces/addons_abort.AbortResolver.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":1024,\"name\":\"setTimeout\",\"url\":\"interfaces/addons_abort.AbortResolver.html#setTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":1024,\"name\":\"controller\",\"url\":\"interfaces/addons_abort.AbortResolver.html#controller\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":1024,\"name\":\"onAbort\",\"url\":\"interfaces/addons_abort.AbortResolver.html#onAbort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_abort.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":2,\"name\":\"addons/formData\",\"url\":\"modules/addons_formData.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"FormDataAddon\",\"url\":\"interfaces/addons_formData.FormDataAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/formData\"},{\"kind\":2048,\"name\":\"formData\",\"url\":\"interfaces/addons_formData.FormDataAddon.html#formData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/formData.FormDataAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_formData.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/formData\"},{\"kind\":2,\"name\":\"addons/formUrl\",\"url\":\"modules/addons_formUrl.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"FormUrlAddon\",\"url\":\"interfaces/addons_formUrl.FormUrlAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/formUrl\"},{\"kind\":2048,\"name\":\"formUrl\",\"url\":\"interfaces/addons_formUrl.FormUrlAddon.html#formUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/formUrl.FormUrlAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_formUrl.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/formUrl\"},{\"kind\":2,\"name\":\"addons\",\"url\":\"modules/addons.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"addons/perfs\",\"url\":\"modules/addons_perfs.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"PerfsAddon\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/perfs\"},{\"kind\":1024,\"name\":\"perfs\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html#perfs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/perfs.PerfsAddon\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/perfs.PerfsAddon\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_perfs.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/perfs\"},{\"kind\":2,\"name\":\"addons/progress\",\"url\":\"modules/addons_progress.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"ProgressResolver\",\"url\":\"interfaces/addons_progress.ProgressResolver.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/progress\"},{\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/addons_progress.ProgressResolver.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/progress.ProgressResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_progress.ProgressResolver.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/progress.ProgressResolver\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_progress.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/progress\"},{\"kind\":2,\"name\":\"addons/queryString\",\"url\":\"modules/addons_queryString.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"QueryStringAddon\",\"url\":\"interfaces/addons_queryString.QueryStringAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/queryString\"},{\"kind\":2048,\"name\":\"query\",\"url\":\"interfaces/addons_queryString.QueryStringAddon.html#query\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/queryString.QueryStringAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_queryString.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/queryString\"},{\"kind\":2,\"name\":\"middlewares/dedupe\",\"url\":\"modules/middlewares_dedupe.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DedupeSkipFunction\",\"url\":\"types/middlewares_dedupe.DedupeSkipFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeSkipFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeSkipFunction\"},{\"kind\":4194304,\"name\":\"DedupeKeyFunction\",\"url\":\"types/middlewares_dedupe.DedupeKeyFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeKeyFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeKeyFunction\"},{\"kind\":4194304,\"name\":\"DedupeResolverFunction\",\"url\":\"types/middlewares_dedupe.DedupeResolverFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeResolverFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeResolverFunction\"},{\"kind\":4194304,\"name\":\"DedupeOptions\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeOptions\"},{\"kind\":1024,\"name\":\"skip\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":1024,\"name\":\"resolver\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.resolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":4194304,\"name\":\"DedupeMiddleware\",\"url\":\"types/middlewares_dedupe.DedupeMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeMiddleware\"},{\"kind\":64,\"name\":\"dedupe\",\"url\":\"functions/middlewares_dedupe.dedupe.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":2,\"name\":\"middlewares/delay\",\"url\":\"modules/middlewares_delay.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DelayMiddleware\",\"url\":\"types/middlewares_delay.DelayMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/delay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_delay.DelayMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/delay.DelayMiddleware\"},{\"kind\":64,\"name\":\"delay\",\"url\":\"functions/middlewares_delay.delay.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/delay\"},{\"kind\":2,\"name\":\"middlewares\",\"url\":\"modules/middlewares.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"middlewares/retry\",\"url\":\"modules/middlewares_retry.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DelayRampFunction\",\"url\":\"types/middlewares_retry.DelayRampFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.DelayRampFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.DelayRampFunction\"},{\"kind\":4194304,\"name\":\"UntilFunction\",\"url\":\"types/middlewares_retry.UntilFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.UntilFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.UntilFunction\"},{\"kind\":4194304,\"name\":\"OnRetryFunctionResponse\",\"url\":\"types/middlewares_retry.OnRetryFunctionResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":4194304,\"name\":\"OnRetryFunction\",\"url\":\"types/middlewares_retry.OnRetryFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.OnRetryFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.OnRetryFunction\"},{\"kind\":4194304,\"name\":\"RetryOptions\",\"url\":\"types/middlewares_retry.RetryOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.RetryOptions\"},{\"kind\":1024,\"name\":\"delayTimer\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.delayTimer\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"delayRamp\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.delayRamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"maxAttempts\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.maxAttempts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"until\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.until\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"onRetry\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.onRetry\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"retryOnNetworkError\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.retryOnNetworkError\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"resolveWithLatestResponse\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.resolveWithLatestResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":4194304,\"name\":\"RetryMiddleware\",\"url\":\"types/middlewares_retry.RetryMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.RetryMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.RetryMiddleware\"},{\"kind\":64,\"name\":\"retry\",\"url\":\"functions/middlewares_retry.retry.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":2,\"name\":\"middlewares/throttlingCache\",\"url\":\"modules/middlewares_throttlingCache.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheSkipFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheSkipFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheSkipFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheSkipFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheKeyFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheKeyFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheKeyFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheKeyFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheClearFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheClearFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheInvalidateFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheInvalidateFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheInvalidateFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheInvalidateFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheConditionFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheConditionFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheConditionFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheConditionFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheOptions\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions\"},{\"kind\":1024,\"name\":\"throttle\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.throttle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"skip\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"clear\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.clear\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"invalidate\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.invalidate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"condition\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.condition\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"flagResponseOnCacheHit\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.flagResponseOnCacheHit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheMiddleware\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheMiddleware\"},{\"kind\":64,\"name\":\"throttlingCache\",\"url\":\"functions/middlewares_throttlingCache.throttlingCache.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":256,\"name\":\"Wretch\",\"url\":\"interfaces/index.Wretch.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":2048,\"name\":\"addon\",\"url\":\"interfaces/index.Wretch.html#addon\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"errorType\",\"url\":\"interfaces/index.Wretch.html#errorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"polyfills\",\"url\":\"interfaces/index.Wretch.html#polyfills\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"url\",\"url\":\"interfaces/index.Wretch.html#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"options\",\"url\":\"interfaces/index.Wretch.html#options\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"headers\",\"url\":\"interfaces/index.Wretch.html#headers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"accept\",\"url\":\"interfaces/index.Wretch.html#accept\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"content\",\"url\":\"interfaces/index.Wretch.html#content\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"auth\",\"url\":\"interfaces/index.Wretch.html#auth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"catcher\",\"url\":\"interfaces/index.Wretch.html#catcher\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"defer\",\"url\":\"interfaces/index.Wretch.html#defer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"resolve\",\"url\":\"interfaces/index.Wretch.html#resolve\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"middlewares\",\"url\":\"interfaces/index.Wretch.html#middlewares\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"body\",\"url\":\"interfaces/index.Wretch.html#body\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"json\",\"url\":\"interfaces/index.Wretch.html#json\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"fetch\",\"url\":\"interfaces/index.Wretch.html#fetch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/index.Wretch.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/index.Wretch.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"put\",\"url\":\"interfaces/index.Wretch.html#put\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"post\",\"url\":\"interfaces/index.Wretch.html#post\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"patch\",\"url\":\"interfaces/index.Wretch.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"head\",\"url\":\"interfaces/index.Wretch.html#head\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"opts\",\"url\":\"interfaces/index.Wretch.html#opts\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":4194304,\"name\":\"Config\",\"url\":\"types/index.Config.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.Config\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"types/index.Config.html#__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":1024,\"name\":\"errorType\",\"url\":\"types/index.Config.html#__type.errorType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":1024,\"name\":\"polyfills\",\"url\":\"types/index.Config.html#__type.polyfills\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":2048,\"name\":\"polyfill\",\"url\":\"types/index.Config.html#__type.polyfill\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":4194304,\"name\":\"ConfiguredMiddleware\",\"url\":\"types/index.ConfiguredMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.ConfiguredMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.ConfiguredMiddleware\"},{\"kind\":4194304,\"name\":\"FetchLike\",\"url\":\"types/index.FetchLike.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.FetchLike.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.FetchLike\"},{\"kind\":4194304,\"name\":\"Middleware\",\"url\":\"types/index.Middleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Middleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.Middleware\"},{\"kind\":256,\"name\":\"WretchResponseChain\",\"url\":\"interfaces/index.WretchResponseChain.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":1024,\"name\":\"res\",\"url\":\"interfaces/index.WretchResponseChain.html#res\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-20\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"json\",\"url\":\"interfaces/index.WretchResponseChain.html#json\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"interfaces/index.WretchResponseChain.html#blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"formData\",\"url\":\"interfaces/index.WretchResponseChain.html#formData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"arrayBuffer\",\"url\":\"interfaces/index.WretchResponseChain.html#arrayBuffer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/index.WretchResponseChain.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-22\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/index.WretchResponseChain.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"badRequest\",\"url\":\"interfaces/index.WretchResponseChain.html#badRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"unauthorized\",\"url\":\"interfaces/index.WretchResponseChain.html#unauthorized\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-26\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"forbidden\",\"url\":\"interfaces/index.WretchResponseChain.html#forbidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"notFound\",\"url\":\"interfaces/index.WretchResponseChain.html#notFound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-18\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/index.WretchResponseChain.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-24\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"internalError\",\"url\":\"interfaces/index.WretchResponseChain.html#internalError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"fetchError\",\"url\":\"interfaces/index.WretchResponseChain.html#fetchError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":4194304,\"name\":\"WretchOptions\",\"url\":\"types/index.WretchOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":256,\"name\":\"WretchError\",\"url\":\"interfaces/index.WretchError.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/index.WretchError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/index.WretchError.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/index.WretchError.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/index.WretchError.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"json\",\"url\":\"interfaces/index.WretchError.html#json\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":4194304,\"name\":\"WretchErrorCallback\",\"url\":\"types/index.WretchErrorCallback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchErrorCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchErrorCallback\"},{\"kind\":4194304,\"name\":\"WretchResponse\",\"url\":\"types/index.WretchResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"WretchDeferredCallback\",\"url\":\"types/index.WretchDeferredCallback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchDeferredCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchDeferredCallback\"},{\"kind\":4194304,\"name\":\"WretchAddon\",\"url\":\"types/index.WretchAddon.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchAddon.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchAddon\"},{\"kind\":2048,\"name\":\"beforeRequest\",\"url\":\"types/index.WretchAddon.html#__type.beforeRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":1024,\"name\":\"wretch\",\"url\":\"types/index.WretchAddon.html#__type.wretch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":1024,\"name\":\"resolver\",\"url\":\"types/index.WretchAddon.html#__type.resolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":8388608,\"name\":\"abortAddon\",\"url\":\"modules/addons.html#abortAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"AbortWretch\",\"url\":\"modules/addons.html#AbortWretch\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"AbortResolver\",\"url\":\"modules/addons.html#AbortResolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"formDataAddon\",\"url\":\"modules/addons.html#formDataAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"FormDataAddon\",\"url\":\"modules/addons.html#FormDataAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"formUrlAddon\",\"url\":\"modules/addons.html#formUrlAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"FormUrlAddon\",\"url\":\"modules/addons.html#FormUrlAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"perfsAddon\",\"url\":\"modules/addons.html#perfsAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"PerfsAddon\",\"url\":\"modules/addons.html#PerfsAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"queryStringAddon\",\"url\":\"modules/addons.html#queryStringAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"QueryStringAddon\",\"url\":\"modules/addons.html#QueryStringAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"progressAddon\",\"url\":\"modules/addons.html#progressAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"ProgressResolver\",\"url\":\"modules/addons.html#ProgressResolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"DelayMiddleware\",\"url\":\"modules/middlewares.html#DelayMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"delay\",\"url\":\"modules/middlewares.html#delay\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeSkipFunction\",\"url\":\"modules/middlewares.html#DedupeSkipFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeKeyFunction\",\"url\":\"modules/middlewares.html#DedupeKeyFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeResolverFunction\",\"url\":\"modules/middlewares.html#DedupeResolverFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeOptions\",\"url\":\"modules/middlewares.html#DedupeOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeMiddleware\",\"url\":\"modules/middlewares.html#DedupeMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"dedupe\",\"url\":\"modules/middlewares.html#dedupe\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheSkipFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheSkipFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheKeyFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheKeyFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheClearFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheClearFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheInvalidateFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheInvalidateFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheConditionFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheConditionFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheOptions\",\"url\":\"modules/middlewares.html#ThrottlingCacheOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheMiddleware\",\"url\":\"modules/middlewares.html#ThrottlingCacheMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"throttlingCache\",\"url\":\"modules/middlewares.html#throttlingCache\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DelayRampFunction\",\"url\":\"modules/middlewares.html#DelayRampFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"UntilFunction\",\"url\":\"modules/middlewares.html#UntilFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"OnRetryFunctionResponse\",\"url\":\"modules/middlewares.html#OnRetryFunctionResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"OnRetryFunction\",\"url\":\"modules/middlewares.html#OnRetryFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"RetryOptions\",\"url\":\"modules/middlewares.html#RetryOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"RetryMiddleware\",\"url\":\"modules/middlewares.html#RetryMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"retry\",\"url\":\"modules/middlewares.html#retry\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,50.326]],[\"comment/0\",[]],[\"name/1\",[1,31.868]],[\"comment/1\",[]],[\"name/2\",[1,31.868]],[\"comment/2\",[]],[\"name/3\",[1,31.868]],[\"comment/3\",[]],[\"name/4\",[2,41.853]],[\"comment/4\",[]],[\"name/5\",[3,15.161]],[\"comment/5\",[]],[\"name/6\",[4,41.853]],[\"comment/6\",[]],[\"name/7\",[3,15.161]],[\"comment/7\",[]],[\"name/8\",[5,41.853]],[\"comment/8\",[]],[\"name/9\",[3,15.161]],[\"comment/9\",[]],[\"name/10\",[6,45.218]],[\"comment/10\",[]],[\"name/11\",[7,50.326]],[\"comment/11\",[]],[\"name/12\",[8,45.218]],[\"comment/12\",[]],[\"name/13\",[9,50.326]],[\"comment/13\",[]],[\"name/14\",[3,15.161]],[\"comment/14\",[]],[\"name/15\",[10,45.218]],[\"comment/15\",[]],[\"name/16\",[11,50.326]],[\"comment/16\",[]],[\"name/17\",[3,15.161]],[\"comment/17\",[]],[\"name/18\",[12,50.326]],[\"comment/18\",[]],[\"name/19\",[3,15.161]],[\"comment/19\",[]],[\"name/20\",[13,50.326]],[\"comment/20\",[]],[\"name/21\",[3,15.161]],[\"comment/21\",[]],[\"name/22\",[1,31.868]],[\"comment/22\",[]],[\"name/23\",[14,50.326]],[\"comment/23\",[]],[\"name/24\",[15,41.853]],[\"comment/24\",[]],[\"name/25\",[16,45.218]],[\"comment/25\",[]],[\"name/26\",[1,31.868]],[\"comment/26\",[]],[\"name/27\",[17,50.326]],[\"comment/27\",[]],[\"name/28\",[18,41.853]],[\"comment/28\",[]],[\"name/29\",[19,50.326]],[\"comment/29\",[]],[\"name/30\",[1,31.868]],[\"comment/30\",[]],[\"name/31\",[20,50.326]],[\"comment/31\",[]],[\"name/32\",[21,50.326]],[\"comment/32\",[]],[\"name/33\",[22,41.853]],[\"comment/33\",[]],[\"name/34\",[23,50.326]],[\"comment/34\",[]],[\"name/35\",[3,15.161]],[\"comment/35\",[]],[\"name/36\",[1,31.868]],[\"comment/36\",[]],[\"name/37\",[24,50.326]],[\"comment/37\",[]],[\"name/38\",[25,45.218]],[\"comment/38\",[]],[\"name/39\",[26,50.326]],[\"comment/39\",[]],[\"name/40\",[3,15.161]],[\"comment/40\",[]],[\"name/41\",[1,31.868]],[\"comment/41\",[]],[\"name/42\",[27,50.326]],[\"comment/42\",[]],[\"name/43\",[28,41.853]],[\"comment/43\",[]],[\"name/44\",[29,50.326]],[\"comment/44\",[]],[\"name/45\",[1,31.868]],[\"comment/45\",[]],[\"name/46\",[30,50.326]],[\"comment/46\",[]],[\"name/47\",[31,45.218]],[\"comment/47\",[]],[\"name/48\",[3,15.161]],[\"comment/48\",[]],[\"name/49\",[32,45.218]],[\"comment/49\",[]],[\"name/50\",[3,15.161]],[\"comment/50\",[]],[\"name/51\",[33,45.218]],[\"comment/51\",[]],[\"name/52\",[3,15.161]],[\"comment/52\",[]],[\"name/53\",[34,45.218]],[\"comment/53\",[]],[\"name/54\",[3,15.161]],[\"comment/54\",[]],[\"name/55\",[35,45.218]],[\"comment/55\",[]],[\"name/56\",[36,45.218]],[\"comment/56\",[]],[\"name/57\",[37,45.218]],[\"comment/57\",[]],[\"name/58\",[38,45.218]],[\"comment/58\",[]],[\"name/59\",[3,15.161]],[\"comment/59\",[]],[\"name/60\",[39,45.218]],[\"comment/60\",[]],[\"name/61\",[40,50.326]],[\"comment/61\",[]],[\"name/62\",[41,45.218]],[\"comment/62\",[]],[\"name/63\",[3,15.161]],[\"comment/63\",[]],[\"name/64\",[42,45.218]],[\"comment/64\",[]],[\"name/65\",[43,45.218]],[\"comment/65\",[]],[\"name/66\",[44,50.326]],[\"comment/66\",[]],[\"name/67\",[45,45.218]],[\"comment/67\",[]],[\"name/68\",[3,15.161]],[\"comment/68\",[]],[\"name/69\",[46,45.218]],[\"comment/69\",[]],[\"name/70\",[3,15.161]],[\"comment/70\",[]],[\"name/71\",[47,45.218]],[\"comment/71\",[]],[\"name/72\",[48,45.218]],[\"comment/72\",[]],[\"name/73\",[3,15.161]],[\"comment/73\",[]],[\"name/74\",[49,45.218]],[\"comment/74\",[]],[\"name/75\",[3,15.161]],[\"comment/75\",[]],[\"name/76\",[50,50.326]],[\"comment/76\",[]],[\"name/77\",[51,50.326]],[\"comment/77\",[]],[\"name/78\",[52,50.326]],[\"comment/78\",[]],[\"name/79\",[53,50.326]],[\"comment/79\",[]],[\"name/80\",[54,50.326]],[\"comment/80\",[]],[\"name/81\",[55,50.326]],[\"comment/81\",[]],[\"name/82\",[56,50.326]],[\"comment/82\",[]],[\"name/83\",[57,45.218]],[\"comment/83\",[]],[\"name/84\",[3,15.161]],[\"comment/84\",[]],[\"name/85\",[58,45.218]],[\"comment/85\",[]],[\"name/86\",[59,50.326]],[\"comment/86\",[]],[\"name/87\",[60,45.218]],[\"comment/87\",[]],[\"name/88\",[3,15.161]],[\"comment/88\",[]],[\"name/89\",[61,45.218]],[\"comment/89\",[]],[\"name/90\",[3,15.161]],[\"comment/90\",[]],[\"name/91\",[62,45.218]],[\"comment/91\",[]],[\"name/92\",[3,15.161]],[\"comment/92\",[]],[\"name/93\",[63,45.218]],[\"comment/93\",[]],[\"name/94\",[3,15.161]],[\"comment/94\",[]],[\"name/95\",[64,45.218]],[\"comment/95\",[]],[\"name/96\",[3,15.161]],[\"comment/96\",[]],[\"name/97\",[65,45.218]],[\"comment/97\",[]],[\"name/98\",[3,15.161]],[\"comment/98\",[]],[\"name/99\",[66,50.326]],[\"comment/99\",[]],[\"name/100\",[35,45.218]],[\"comment/100\",[]],[\"name/101\",[36,45.218]],[\"comment/101\",[]],[\"name/102\",[67,50.326]],[\"comment/102\",[]],[\"name/103\",[68,50.326]],[\"comment/103\",[]],[\"name/104\",[69,50.326]],[\"comment/104\",[]],[\"name/105\",[70,50.326]],[\"comment/105\",[]],[\"name/106\",[71,45.218]],[\"comment/106\",[]],[\"name/107\",[3,15.161]],[\"comment/107\",[]],[\"name/108\",[72,45.218]],[\"comment/108\",[]],[\"name/109\",[73,45.218]],[\"comment/109\",[]],[\"name/110\",[74,50.326]],[\"comment/110\",[]],[\"name/111\",[4,41.853]],[\"comment/111\",[]],[\"name/112\",[5,41.853]],[\"comment/112\",[]],[\"name/113\",[75,45.218]],[\"comment/113\",[]],[\"name/114\",[2,41.853]],[\"comment/114\",[]],[\"name/115\",[76,50.326]],[\"comment/115\",[]],[\"name/116\",[77,50.326]],[\"comment/116\",[]],[\"name/117\",[78,50.326]],[\"comment/117\",[]],[\"name/118\",[79,50.326]],[\"comment/118\",[]],[\"name/119\",[80,50.326]],[\"comment/119\",[]],[\"name/120\",[81,50.326]],[\"comment/120\",[]],[\"name/121\",[82,50.326]],[\"comment/121\",[]],[\"name/122\",[43,45.218]],[\"comment/122\",[]],[\"name/123\",[83,50.326]],[\"comment/123\",[]],[\"name/124\",[84,41.853]],[\"comment/124\",[]],[\"name/125\",[85,50.326]],[\"comment/125\",[]],[\"name/126\",[86,50.326]],[\"comment/126\",[]],[\"name/127\",[87,50.326]],[\"comment/127\",[]],[\"name/128\",[88,50.326]],[\"comment/128\",[]],[\"name/129\",[89,50.326]],[\"comment/129\",[]],[\"name/130\",[90,50.326]],[\"comment/130\",[]],[\"name/131\",[91,50.326]],[\"comment/131\",[]],[\"name/132\",[92,50.326]],[\"comment/132\",[]],[\"name/133\",[93,50.326]],[\"comment/133\",[]],[\"name/134\",[3,15.161]],[\"comment/134\",[]],[\"name/135\",[2,41.853]],[\"comment/135\",[]],[\"name/136\",[3,15.161]],[\"comment/136\",[]],[\"name/137\",[4,41.853]],[\"comment/137\",[]],[\"name/138\",[5,41.853]],[\"comment/138\",[]],[\"name/139\",[3,15.161]],[\"comment/139\",[]],[\"name/140\",[94,50.326]],[\"comment/140\",[]],[\"name/141\",[95,50.326]],[\"comment/141\",[]],[\"name/142\",[3,15.161]],[\"comment/142\",[]],[\"name/143\",[96,50.326]],[\"comment/143\",[]],[\"name/144\",[3,15.161]],[\"comment/144\",[]],[\"name/145\",[97,50.326]],[\"comment/145\",[]],[\"name/146\",[3,15.161]],[\"comment/146\",[]],[\"name/147\",[98,50.326]],[\"comment/147\",[]],[\"name/148\",[99,50.326]],[\"comment/148\",[]],[\"name/149\",[3,15.161]],[\"comment/149\",[]],[\"name/150\",[84,41.853]],[\"comment/150\",[]],[\"name/151\",[3,15.161]],[\"comment/151\",[]],[\"name/152\",[100,50.326]],[\"comment/152\",[]],[\"name/153\",[3,15.161]],[\"comment/153\",[]],[\"name/154\",[16,45.218]],[\"comment/154\",[]],[\"name/155\",[3,15.161]],[\"comment/155\",[]],[\"name/156\",[101,50.326]],[\"comment/156\",[]],[\"name/157\",[3,15.161]],[\"comment/157\",[]],[\"name/158\",[102,45.218]],[\"comment/158\",[]],[\"name/159\",[3,15.161]],[\"comment/159\",[]],[\"name/160\",[103,50.326]],[\"comment/160\",[]],[\"name/161\",[3,15.161]],[\"comment/161\",[]],[\"name/162\",[104,50.326]],[\"comment/162\",[]],[\"name/163\",[3,15.161]],[\"comment/163\",[]],[\"name/164\",[105,50.326]],[\"comment/164\",[]],[\"name/165\",[3,15.161]],[\"comment/165\",[]],[\"name/166\",[106,50.326]],[\"comment/166\",[]],[\"name/167\",[3,15.161]],[\"comment/167\",[]],[\"name/168\",[107,50.326]],[\"comment/168\",[]],[\"name/169\",[3,15.161]],[\"comment/169\",[]],[\"name/170\",[108,50.326]],[\"comment/170\",[]],[\"name/171\",[3,15.161]],[\"comment/171\",[]],[\"name/172\",[109,50.326]],[\"comment/172\",[]],[\"name/173\",[3,15.161]],[\"comment/173\",[]],[\"name/174\",[110,50.326]],[\"comment/174\",[]],[\"name/175\",[3,15.161]],[\"comment/175\",[]],[\"name/176\",[111,50.326]],[\"comment/176\",[]],[\"name/177\",[6,45.218]],[\"comment/177\",[]],[\"name/178\",[112,50.326]],[\"comment/178\",[]],[\"name/179\",[113,50.326]],[\"comment/179\",[]],[\"name/180\",[75,45.218]],[\"comment/180\",[]],[\"name/181\",[102,45.218]],[\"comment/181\",[]],[\"name/182\",[84,41.853]],[\"comment/182\",[]],[\"name/183\",[114,50.326]],[\"comment/183\",[]],[\"name/184\",[3,15.161]],[\"comment/184\",[]],[\"name/185\",[115,50.326]],[\"comment/185\",[]],[\"name/186\",[116,50.326]],[\"comment/186\",[]],[\"name/187\",[3,15.161]],[\"comment/187\",[]],[\"name/188\",[117,50.326]],[\"comment/188\",[]],[\"name/189\",[3,15.161]],[\"comment/189\",[]],[\"name/190\",[118,50.326]],[\"comment/190\",[]],[\"name/191\",[73,45.218]],[\"comment/191\",[]],[\"name/192\",[37,45.218]],[\"comment/192\",[]],[\"name/193\",[119,50.326]],[\"comment/193\",[]],[\"name/194\",[8,45.218]],[\"comment/194\",[]],[\"name/195\",[10,45.218]],[\"comment/195\",[]],[\"name/196\",[15,41.853]],[\"comment/196\",[]],[\"name/197\",[15,41.853]],[\"comment/197\",[]],[\"name/198\",[18,41.853]],[\"comment/198\",[]],[\"name/199\",[18,41.853]],[\"comment/199\",[]],[\"name/200\",[22,41.853]],[\"comment/200\",[]],[\"name/201\",[22,41.853]],[\"comment/201\",[]],[\"name/202\",[28,41.853]],[\"comment/202\",[]],[\"name/203\",[28,41.853]],[\"comment/203\",[]],[\"name/204\",[120,50.326]],[\"comment/204\",[]],[\"name/205\",[25,45.218]],[\"comment/205\",[]],[\"name/206\",[41,45.218]],[\"comment/206\",[]],[\"name/207\",[42,45.218]],[\"comment/207\",[]],[\"name/208\",[31,45.218]],[\"comment/208\",[]],[\"name/209\",[32,45.218]],[\"comment/209\",[]],[\"name/210\",[33,45.218]],[\"comment/210\",[]],[\"name/211\",[34,45.218]],[\"comment/211\",[]],[\"name/212\",[38,45.218]],[\"comment/212\",[]],[\"name/213\",[39,45.218]],[\"comment/213\",[]],[\"name/214\",[60,45.218]],[\"comment/214\",[]],[\"name/215\",[61,45.218]],[\"comment/215\",[]],[\"name/216\",[62,45.218]],[\"comment/216\",[]],[\"name/217\",[63,45.218]],[\"comment/217\",[]],[\"name/218\",[64,45.218]],[\"comment/218\",[]],[\"name/219\",[65,45.218]],[\"comment/219\",[]],[\"name/220\",[71,45.218]],[\"comment/220\",[]],[\"name/221\",[72,45.218]],[\"comment/221\",[]],[\"name/222\",[45,45.218]],[\"comment/222\",[]],[\"name/223\",[46,45.218]],[\"comment/223\",[]],[\"name/224\",[47,45.218]],[\"comment/224\",[]],[\"name/225\",[48,45.218]],[\"comment/225\",[]],[\"name/226\",[49,45.218]],[\"comment/226\",[]],[\"name/227\",[57,45.218]],[\"comment/227\",[]],[\"name/228\",[58,45.218]],[\"comment/228\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":3,\"name\":{\"5\":{},\"7\":{},\"9\":{},\"14\":{},\"17\":{},\"19\":{},\"21\":{},\"35\":{},\"40\":{},\"48\":{},\"50\":{},\"52\":{},\"54\":{},\"59\":{},\"63\":{},\"68\":{},\"70\":{},\"73\":{},\"75\":{},\"84\":{},\"88\":{},\"90\":{},\"92\":{},\"94\":{},\"96\":{},\"98\":{},\"107\":{},\"134\":{},\"136\":{},\"139\":{},\"142\":{},\"144\":{},\"146\":{},\"149\":{},\"151\":{},\"153\":{},\"155\":{},\"157\":{},\"159\":{},\"161\":{},\"163\":{},\"165\":{},\"167\":{},\"169\":{},\"171\":{},\"173\":{},\"175\":{},\"184\":{},\"187\":{},\"189\":{}},\"comment\":{}}],[\"abortaddon\",{\"_index\":119,\"name\":{\"193\":{}},\"comment\":{}}],[\"abortresolver\",{\"_index\":10,\"name\":{\"15\":{},\"195\":{}},\"comment\":{}}],[\"abortwretch\",{\"_index\":8,\"name\":{\"12\":{},\"194\":{}},\"comment\":{}}],[\"accept\",{\"_index\":77,\"name\":{\"116\":{}},\"comment\":{}}],[\"addon\",{\"_index\":74,\"name\":{\"110\":{}},\"comment\":{}}],[\"addons\",{\"_index\":20,\"name\":{\"31\":{}},\"comment\":{}}],[\"addons/abort\",{\"_index\":7,\"name\":{\"11\":{}},\"comment\":{}}],[\"addons/formdata\",{\"_index\":14,\"name\":{\"23\":{}},\"comment\":{}}],[\"addons/formurl\",{\"_index\":17,\"name\":{\"27\":{}},\"comment\":{}}],[\"addons/perfs\",{\"_index\":21,\"name\":{\"32\":{}},\"comment\":{}}],[\"addons/progress\",{\"_index\":24,\"name\":{\"37\":{}},\"comment\":{}}],[\"addons/querystring\",{\"_index\":27,\"name\":{\"42\":{}},\"comment\":{}}],[\"arraybuffer\",{\"_index\":101,\"name\":{\"156\":{}},\"comment\":{}}],[\"auth\",{\"_index\":79,\"name\":{\"118\":{}},\"comment\":{}}],[\"badrequest\",{\"_index\":104,\"name\":{\"162\":{}},\"comment\":{}}],[\"beforerequest\",{\"_index\":118,\"name\":{\"190\":{}},\"comment\":{}}],[\"blob\",{\"_index\":100,\"name\":{\"152\":{}},\"comment\":{}}],[\"body\",{\"_index\":83,\"name\":{\"123\":{}},\"comment\":{}}],[\"catcher\",{\"_index\":80,\"name\":{\"119\":{}},\"comment\":{}}],[\"clear\",{\"_index\":67,\"name\":{\"102\":{}},\"comment\":{}}],[\"condition\",{\"_index\":69,\"name\":{\"104\":{}},\"comment\":{}}],[\"config\",{\"_index\":93,\"name\":{\"133\":{}},\"comment\":{}}],[\"configuredmiddleware\",{\"_index\":95,\"name\":{\"141\":{}},\"comment\":{}}],[\"content\",{\"_index\":78,\"name\":{\"117\":{}},\"comment\":{}}],[\"controller\",{\"_index\":12,\"name\":{\"18\":{}},\"comment\":{}}],[\"dedupe\",{\"_index\":39,\"name\":{\"60\":{},\"213\":{}},\"comment\":{}}],[\"dedupekeyfunction\",{\"_index\":32,\"name\":{\"49\":{},\"209\":{}},\"comment\":{}}],[\"dedupemiddleware\",{\"_index\":38,\"name\":{\"58\":{},\"212\":{}},\"comment\":{}}],[\"dedupeoptions\",{\"_index\":34,\"name\":{\"53\":{},\"211\":{}},\"comment\":{}}],[\"deduperesolverfunction\",{\"_index\":33,\"name\":{\"51\":{},\"210\":{}},\"comment\":{}}],[\"dedupeskipfunction\",{\"_index\":31,\"name\":{\"47\":{},\"208\":{}},\"comment\":{}}],[\"default\",{\"_index\":1,\"name\":{\"1\":{},\"2\":{},\"3\":{},\"22\":{},\"26\":{},\"30\":{},\"36\":{},\"41\":{},\"45\":{}},\"comment\":{}}],[\"defer\",{\"_index\":81,\"name\":{\"120\":{}},\"comment\":{}}],[\"delay\",{\"_index\":42,\"name\":{\"64\":{},\"207\":{}},\"comment\":{}}],[\"delaymiddleware\",{\"_index\":41,\"name\":{\"62\":{},\"206\":{}},\"comment\":{}}],[\"delayramp\",{\"_index\":51,\"name\":{\"77\":{}},\"comment\":{}}],[\"delayrampfunction\",{\"_index\":45,\"name\":{\"67\":{},\"222\":{}},\"comment\":{}}],[\"delaytimer\",{\"_index\":50,\"name\":{\"76\":{}},\"comment\":{}}],[\"delete\",{\"_index\":87,\"name\":{\"127\":{}},\"comment\":{}}],[\"error\",{\"_index\":103,\"name\":{\"160\":{}},\"comment\":{}}],[\"errortype\",{\"_index\":4,\"name\":{\"6\":{},\"111\":{},\"137\":{}},\"comment\":{}}],[\"fetch\",{\"_index\":85,\"name\":{\"125\":{}},\"comment\":{}}],[\"fetcherror\",{\"_index\":110,\"name\":{\"174\":{}},\"comment\":{}}],[\"fetchlike\",{\"_index\":96,\"name\":{\"143\":{}},\"comment\":{}}],[\"flagresponseoncachehit\",{\"_index\":70,\"name\":{\"105\":{}},\"comment\":{}}],[\"forbidden\",{\"_index\":106,\"name\":{\"166\":{}},\"comment\":{}}],[\"formdata\",{\"_index\":16,\"name\":{\"25\":{},\"154\":{}},\"comment\":{}}],[\"formdataaddon\",{\"_index\":15,\"name\":{\"24\":{},\"196\":{},\"197\":{}},\"comment\":{}}],[\"formurl\",{\"_index\":19,\"name\":{\"29\":{}},\"comment\":{}}],[\"formurladdon\",{\"_index\":18,\"name\":{\"28\":{},\"198\":{},\"199\":{}},\"comment\":{}}],[\"get\",{\"_index\":86,\"name\":{\"126\":{}},\"comment\":{}}],[\"head\",{\"_index\":91,\"name\":{\"131\":{}},\"comment\":{}}],[\"headers\",{\"_index\":76,\"name\":{\"115\":{}},\"comment\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"internalerror\",{\"_index\":109,\"name\":{\"172\":{}},\"comment\":{}}],[\"invalidate\",{\"_index\":68,\"name\":{\"103\":{}},\"comment\":{}}],[\"json\",{\"_index\":84,\"name\":{\"124\":{},\"150\":{},\"182\":{}},\"comment\":{}}],[\"key\",{\"_index\":36,\"name\":{\"56\":{},\"101\":{}},\"comment\":{}}],[\"maxattempts\",{\"_index\":52,\"name\":{\"78\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":97,\"name\":{\"145\":{}},\"comment\":{}}],[\"middlewares\",{\"_index\":43,\"name\":{\"65\":{},\"122\":{}},\"comment\":{}}],[\"middlewares/dedupe\",{\"_index\":30,\"name\":{\"46\":{}},\"comment\":{}}],[\"middlewares/delay\",{\"_index\":40,\"name\":{\"61\":{}},\"comment\":{}}],[\"middlewares/retry\",{\"_index\":44,\"name\":{\"66\":{}},\"comment\":{}}],[\"middlewares/throttlingcache\",{\"_index\":59,\"name\":{\"86\":{}},\"comment\":{}}],[\"notfound\",{\"_index\":107,\"name\":{\"168\":{}},\"comment\":{}}],[\"onabort\",{\"_index\":13,\"name\":{\"20\":{}},\"comment\":{}}],[\"onretry\",{\"_index\":54,\"name\":{\"80\":{}},\"comment\":{}}],[\"onretryfunction\",{\"_index\":48,\"name\":{\"72\":{},\"225\":{}},\"comment\":{}}],[\"onretryfunctionresponse\",{\"_index\":47,\"name\":{\"71\":{},\"224\":{}},\"comment\":{}}],[\"options\",{\"_index\":2,\"name\":{\"4\":{},\"114\":{},\"135\":{}},\"comment\":{}}],[\"opts\",{\"_index\":92,\"name\":{\"132\":{}},\"comment\":{}}],[\"patch\",{\"_index\":90,\"name\":{\"130\":{}},\"comment\":{}}],[\"perfs\",{\"_index\":23,\"name\":{\"34\":{}},\"comment\":{}}],[\"perfsaddon\",{\"_index\":22,\"name\":{\"33\":{},\"200\":{},\"201\":{}},\"comment\":{}}],[\"polyfill\",{\"_index\":94,\"name\":{\"140\":{}},\"comment\":{}}],[\"polyfills\",{\"_index\":5,\"name\":{\"8\":{},\"112\":{},\"138\":{}},\"comment\":{}}],[\"post\",{\"_index\":89,\"name\":{\"129\":{}},\"comment\":{}}],[\"progress\",{\"_index\":26,\"name\":{\"39\":{}},\"comment\":{}}],[\"progressaddon\",{\"_index\":120,\"name\":{\"204\":{}},\"comment\":{}}],[\"progressresolver\",{\"_index\":25,\"name\":{\"38\":{},\"205\":{}},\"comment\":{}}],[\"put\",{\"_index\":88,\"name\":{\"128\":{}},\"comment\":{}}],[\"query\",{\"_index\":29,\"name\":{\"44\":{}},\"comment\":{}}],[\"querystringaddon\",{\"_index\":28,\"name\":{\"43\":{},\"202\":{},\"203\":{}},\"comment\":{}}],[\"res\",{\"_index\":99,\"name\":{\"148\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":82,\"name\":{\"121\":{}},\"comment\":{}}],[\"resolver\",{\"_index\":37,\"name\":{\"57\":{},\"192\":{}},\"comment\":{}}],[\"resolvewithlatestresponse\",{\"_index\":56,\"name\":{\"82\":{}},\"comment\":{}}],[\"response\",{\"_index\":113,\"name\":{\"179\":{}},\"comment\":{}}],[\"retry\",{\"_index\":58,\"name\":{\"85\":{},\"228\":{}},\"comment\":{}}],[\"retrymiddleware\",{\"_index\":57,\"name\":{\"83\":{},\"227\":{}},\"comment\":{}}],[\"retryonnetworkerror\",{\"_index\":55,\"name\":{\"81\":{}},\"comment\":{}}],[\"retryoptions\",{\"_index\":49,\"name\":{\"74\":{},\"226\":{}},\"comment\":{}}],[\"settimeout\",{\"_index\":11,\"name\":{\"16\":{}},\"comment\":{}}],[\"signal\",{\"_index\":9,\"name\":{\"13\":{}},\"comment\":{}}],[\"skip\",{\"_index\":35,\"name\":{\"55\":{},\"100\":{}},\"comment\":{}}],[\"status\",{\"_index\":112,\"name\":{\"178\":{}},\"comment\":{}}],[\"text\",{\"_index\":102,\"name\":{\"158\":{},\"181\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":66,\"name\":{\"99\":{}},\"comment\":{}}],[\"throttlingcache\",{\"_index\":72,\"name\":{\"108\":{},\"221\":{}},\"comment\":{}}],[\"throttlingcacheclearfunction\",{\"_index\":62,\"name\":{\"91\":{},\"216\":{}},\"comment\":{}}],[\"throttlingcacheconditionfunction\",{\"_index\":64,\"name\":{\"95\":{},\"218\":{}},\"comment\":{}}],[\"throttlingcacheinvalidatefunction\",{\"_index\":63,\"name\":{\"93\":{},\"217\":{}},\"comment\":{}}],[\"throttlingcachekeyfunction\",{\"_index\":61,\"name\":{\"89\":{},\"215\":{}},\"comment\":{}}],[\"throttlingcachemiddleware\",{\"_index\":71,\"name\":{\"106\":{},\"220\":{}},\"comment\":{}}],[\"throttlingcacheoptions\",{\"_index\":65,\"name\":{\"97\":{},\"219\":{}},\"comment\":{}}],[\"throttlingcacheskipfunction\",{\"_index\":60,\"name\":{\"87\":{},\"214\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":108,\"name\":{\"170\":{}},\"comment\":{}}],[\"unauthorized\",{\"_index\":105,\"name\":{\"164\":{}},\"comment\":{}}],[\"until\",{\"_index\":53,\"name\":{\"79\":{}},\"comment\":{}}],[\"untilfunction\",{\"_index\":46,\"name\":{\"69\":{},\"223\":{}},\"comment\":{}}],[\"url\",{\"_index\":75,\"name\":{\"113\":{},\"180\":{}},\"comment\":{}}],[\"wretch\",{\"_index\":73,\"name\":{\"109\":{},\"191\":{}},\"comment\":{}}],[\"wretchaddon\",{\"_index\":117,\"name\":{\"188\":{}},\"comment\":{}}],[\"wretchdeferredcallback\",{\"_index\":116,\"name\":{\"186\":{}},\"comment\":{}}],[\"wretcherror\",{\"_index\":6,\"name\":{\"10\":{},\"177\":{}},\"comment\":{}}],[\"wretcherrorcallback\",{\"_index\":114,\"name\":{\"183\":{}},\"comment\":{}}],[\"wretchoptions\",{\"_index\":111,\"name\":{\"176\":{}},\"comment\":{}}],[\"wretchresponse\",{\"_index\":115,\"name\":{\"185\":{}},\"comment\":{}}],[\"wretchresponsechain\",{\"_index\":98,\"name\":{\"147\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"4\":\"Namespace\",\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"8388608\":\"Reference\"},\"rows\":[{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/index.default-1.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4,\"name\":\"default\",\"url\":\"modules/index.default.html\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/index.default.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"options\",\"url\":\"variables/index.default.options.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"errorType\",\"url\":\"variables/index.default.errorType.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"polyfills\",\"url\":\"variables/index.default.polyfills.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/index.default.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":32,\"name\":\"WretchError\",\"url\":\"variables/index.default.WretchError.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-namespace\",\"parent\":\"index.default\"},{\"kind\":2,\"name\":\"addons/abort\",\"url\":\"modules/addons_abort.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"AbortWretch\",\"url\":\"interfaces/addons_abort.AbortWretch.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":1024,\"name\":\"signal\",\"url\":\"interfaces/addons_abort.AbortWretch.html#signal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortWretch\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortWretch.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortWretch\"},{\"kind\":256,\"name\":\"AbortResolver\",\"url\":\"interfaces/addons_abort.AbortResolver.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":1024,\"name\":\"setTimeout\",\"url\":\"interfaces/addons_abort.AbortResolver.html#setTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":1024,\"name\":\"controller\",\"url\":\"interfaces/addons_abort.AbortResolver.html#controller\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":1024,\"name\":\"onAbort\",\"url\":\"interfaces/addons_abort.AbortResolver.html#onAbort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_abort.AbortResolver.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/abort.AbortResolver\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_abort.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/abort\"},{\"kind\":2,\"name\":\"addons/formData\",\"url\":\"modules/addons_formData.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"FormDataAddon\",\"url\":\"interfaces/addons_formData.FormDataAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/formData\"},{\"kind\":2048,\"name\":\"formData\",\"url\":\"interfaces/addons_formData.FormDataAddon.html#formData\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/formData.FormDataAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_formData.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/formData\"},{\"kind\":2,\"name\":\"addons/formUrl\",\"url\":\"modules/addons_formUrl.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"FormUrlAddon\",\"url\":\"interfaces/addons_formUrl.FormUrlAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/formUrl\"},{\"kind\":2048,\"name\":\"formUrl\",\"url\":\"interfaces/addons_formUrl.FormUrlAddon.html#formUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/formUrl.FormUrlAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_formUrl.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/formUrl\"},{\"kind\":2,\"name\":\"addons\",\"url\":\"modules/addons.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"addons/perfs\",\"url\":\"modules/addons_perfs.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"PerfsAddon\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/perfs\"},{\"kind\":1024,\"name\":\"perfs\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html#perfs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/perfs.PerfsAddon\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_perfs.PerfsAddon.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/perfs.PerfsAddon\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_perfs.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/perfs\"},{\"kind\":2,\"name\":\"addons/progress\",\"url\":\"modules/addons_progress.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"ProgressResolver\",\"url\":\"interfaces/addons_progress.ProgressResolver.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/progress\"},{\"kind\":1024,\"name\":\"progress\",\"url\":\"interfaces/addons_progress.ProgressResolver.html#progress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"addons/progress.ProgressResolver\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/addons_progress.ProgressResolver.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"addons/progress.ProgressResolver\"},{\"kind\":64,\"name\":\"default\",\"url\":\"functions/addons_progress.default.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"addons/progress\"},{\"kind\":2,\"name\":\"addons/queryString\",\"url\":\"modules/addons_queryString.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":256,\"name\":\"QueryStringAddon\",\"url\":\"interfaces/addons_queryString.QueryStringAddon.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"addons/queryString\"},{\"kind\":2048,\"name\":\"query\",\"url\":\"interfaces/addons_queryString.QueryStringAddon.html#query\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"addons/queryString.QueryStringAddon\"},{\"kind\":32,\"name\":\"default\",\"url\":\"variables/addons_queryString.default.html\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"addons/queryString\"},{\"kind\":2,\"name\":\"middlewares/dedupe\",\"url\":\"modules/middlewares_dedupe.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DedupeSkipFunction\",\"url\":\"types/middlewares_dedupe.DedupeSkipFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeSkipFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeSkipFunction\"},{\"kind\":4194304,\"name\":\"DedupeKeyFunction\",\"url\":\"types/middlewares_dedupe.DedupeKeyFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeKeyFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeKeyFunction\"},{\"kind\":4194304,\"name\":\"DedupeResolverFunction\",\"url\":\"types/middlewares_dedupe.DedupeResolverFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeResolverFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeResolverFunction\"},{\"kind\":4194304,\"name\":\"DedupeOptions\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeOptions\"},{\"kind\":1024,\"name\":\"skip\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":1024,\"name\":\"resolver\",\"url\":\"types/middlewares_dedupe.DedupeOptions.html#__type.resolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/dedupe.DedupeOptions.__type\"},{\"kind\":4194304,\"name\":\"DedupeMiddleware\",\"url\":\"types/middlewares_dedupe.DedupeMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_dedupe.DedupeMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/dedupe.DedupeMiddleware\"},{\"kind\":64,\"name\":\"dedupe\",\"url\":\"functions/middlewares_dedupe.dedupe.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/dedupe\"},{\"kind\":2,\"name\":\"middlewares/delay\",\"url\":\"modules/middlewares_delay.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DelayMiddleware\",\"url\":\"types/middlewares_delay.DelayMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/delay\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_delay.DelayMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/delay.DelayMiddleware\"},{\"kind\":64,\"name\":\"delay\",\"url\":\"functions/middlewares_delay.delay.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/delay\"},{\"kind\":2,\"name\":\"middlewares\",\"url\":\"modules/middlewares.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":2,\"name\":\"middlewares/retry\",\"url\":\"modules/middlewares_retry.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"DelayRampFunction\",\"url\":\"types/middlewares_retry.DelayRampFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.DelayRampFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.DelayRampFunction\"},{\"kind\":4194304,\"name\":\"UntilFunction\",\"url\":\"types/middlewares_retry.UntilFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.UntilFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.UntilFunction\"},{\"kind\":4194304,\"name\":\"OnRetryFunctionResponse\",\"url\":\"types/middlewares_retry.OnRetryFunctionResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":4194304,\"name\":\"OnRetryFunction\",\"url\":\"types/middlewares_retry.OnRetryFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.OnRetryFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.OnRetryFunction\"},{\"kind\":4194304,\"name\":\"SkipFunction\",\"url\":\"types/middlewares_retry.SkipFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.SkipFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.SkipFunction\"},{\"kind\":4194304,\"name\":\"RetryOptions\",\"url\":\"types/middlewares_retry.RetryOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.RetryOptions\"},{\"kind\":1024,\"name\":\"delayTimer\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.delayTimer\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"delayRamp\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.delayRamp\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"maxAttempts\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.maxAttempts\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"until\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.until\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"onRetry\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.onRetry\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"retryOnNetworkError\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.retryOnNetworkError\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"resolveWithLatestResponse\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.resolveWithLatestResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":1024,\"name\":\"skip\",\"url\":\"types/middlewares_retry.RetryOptions.html#__type.skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/retry.RetryOptions.__type\"},{\"kind\":4194304,\"name\":\"RetryMiddleware\",\"url\":\"types/middlewares_retry.RetryMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_retry.RetryMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/retry.RetryMiddleware\"},{\"kind\":64,\"name\":\"retry\",\"url\":\"functions/middlewares_retry.retry.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/retry\"},{\"kind\":2,\"name\":\"middlewares/throttlingCache\",\"url\":\"modules/middlewares_throttlingCache.html\",\"classes\":\"tsd-kind-module\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheSkipFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheSkipFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheSkipFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheSkipFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheKeyFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheKeyFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheKeyFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheKeyFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheClearFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheClearFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheInvalidateFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheInvalidateFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheInvalidateFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheInvalidateFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheConditionFunction\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheConditionFunction.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheConditionFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheConditionFunction\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheOptions\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions\"},{\"kind\":1024,\"name\":\"throttle\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.throttle\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"skip\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"key\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"clear\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.clear\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"invalidate\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.invalidate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"condition\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.condition\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":1024,\"name\":\"flagResponseOnCacheHit\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheOptions.html#__type.flagResponseOnCacheHit\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheOptions.__type\"},{\"kind\":4194304,\"name\":\"ThrottlingCacheMiddleware\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/middlewares_throttlingCache.ThrottlingCacheMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"middlewares/throttlingCache.ThrottlingCacheMiddleware\"},{\"kind\":64,\"name\":\"throttlingCache\",\"url\":\"functions/middlewares_throttlingCache.throttlingCache.html\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"middlewares/throttlingCache\"},{\"kind\":256,\"name\":\"Wretch\",\"url\":\"interfaces/index.Wretch.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":2048,\"name\":\"addon\",\"url\":\"interfaces/index.Wretch.html#addon\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"errorType\",\"url\":\"interfaces/index.Wretch.html#errorType\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"polyfills\",\"url\":\"interfaces/index.Wretch.html#polyfills\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"url\",\"url\":\"interfaces/index.Wretch.html#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"options\",\"url\":\"interfaces/index.Wretch.html#options\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"headers\",\"url\":\"interfaces/index.Wretch.html#headers\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"accept\",\"url\":\"interfaces/index.Wretch.html#accept\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"content\",\"url\":\"interfaces/index.Wretch.html#content\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"auth\",\"url\":\"interfaces/index.Wretch.html#auth\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"catcher\",\"url\":\"interfaces/index.Wretch.html#catcher\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"defer\",\"url\":\"interfaces/index.Wretch.html#defer\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"resolve\",\"url\":\"interfaces/index.Wretch.html#resolve\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"middlewares\",\"url\":\"interfaces/index.Wretch.html#middlewares\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"body\",\"url\":\"interfaces/index.Wretch.html#body\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"json\",\"url\":\"interfaces/index.Wretch.html#json\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"fetch\",\"url\":\"interfaces/index.Wretch.html#fetch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"get\",\"url\":\"interfaces/index.Wretch.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"delete\",\"url\":\"interfaces/index.Wretch.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"put\",\"url\":\"interfaces/index.Wretch.html#put\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"post\",\"url\":\"interfaces/index.Wretch.html#post\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"patch\",\"url\":\"interfaces/index.Wretch.html#patch\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"head\",\"url\":\"interfaces/index.Wretch.html#head\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":2048,\"name\":\"opts\",\"url\":\"interfaces/index.Wretch.html#opts\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"index.Wretch\"},{\"kind\":4194304,\"name\":\"Config\",\"url\":\"types/index.Config.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.Config\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"types/index.Config.html#__type.options\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":1024,\"name\":\"errorType\",\"url\":\"types/index.Config.html#__type.errorType\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":1024,\"name\":\"polyfills\",\"url\":\"types/index.Config.html#__type.polyfills\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Config.html#__type.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":2048,\"name\":\"polyfill\",\"url\":\"types/index.Config.html#__type.polyfill\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"index.Config.__type\"},{\"kind\":4194304,\"name\":\"ConfiguredMiddleware\",\"url\":\"types/index.ConfiguredMiddleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.ConfiguredMiddleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.ConfiguredMiddleware\"},{\"kind\":4194304,\"name\":\"FetchLike\",\"url\":\"types/index.FetchLike.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.FetchLike.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.FetchLike\"},{\"kind\":4194304,\"name\":\"Middleware\",\"url\":\"types/index.Middleware.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.Middleware.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.Middleware\"},{\"kind\":256,\"name\":\"WretchResponseChain\",\"url\":\"interfaces/index.WretchResponseChain.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":1024,\"name\":\"res\",\"url\":\"interfaces/index.WretchResponseChain.html#res\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-20\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"json\",\"url\":\"interfaces/index.WretchResponseChain.html#json\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-16\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"blob\",\"url\":\"interfaces/index.WretchResponseChain.html#blob\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"formData\",\"url\":\"interfaces/index.WretchResponseChain.html#formData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-12\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"arrayBuffer\",\"url\":\"interfaces/index.WretchResponseChain.html#arrayBuffer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/index.WretchResponseChain.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-22\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/index.WretchResponseChain.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"badRequest\",\"url\":\"interfaces/index.WretchResponseChain.html#badRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"unauthorized\",\"url\":\"interfaces/index.WretchResponseChain.html#unauthorized\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-26\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"forbidden\",\"url\":\"interfaces/index.WretchResponseChain.html#forbidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"notFound\",\"url\":\"interfaces/index.WretchResponseChain.html#notFound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-18\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/index.WretchResponseChain.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-24\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"internalError\",\"url\":\"interfaces/index.WretchResponseChain.html#internalError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-14\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":1024,\"name\":\"fetchError\",\"url\":\"interfaces/index.WretchResponseChain.html#fetchError\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/index.WretchResponseChain.html#__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"index.WretchResponseChain\"},{\"kind\":4194304,\"name\":\"WretchOptions\",\"url\":\"types/index.WretchOptions.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":256,\"name\":\"WretchError\",\"url\":\"interfaces/index.WretchError.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/index.WretchError.html#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"response\",\"url\":\"interfaces/index.WretchError.html#response\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/index.WretchError.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"text\",\"url\":\"interfaces/index.WretchError.html#text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":1024,\"name\":\"json\",\"url\":\"interfaces/index.WretchError.html#json\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"index.WretchError\"},{\"kind\":4194304,\"name\":\"WretchErrorCallback\",\"url\":\"types/index.WretchErrorCallback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchErrorCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchErrorCallback\"},{\"kind\":4194304,\"name\":\"WretchResponse\",\"url\":\"types/index.WretchResponse.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":4194304,\"name\":\"WretchDeferredCallback\",\"url\":\"types/index.WretchDeferredCallback.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchDeferredCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchDeferredCallback\"},{\"kind\":4194304,\"name\":\"WretchAddon\",\"url\":\"types/index.WretchAddon.html\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"index\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/index.WretchAddon.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"index.WretchAddon\"},{\"kind\":2048,\"name\":\"beforeRequest\",\"url\":\"types/index.WretchAddon.html#__type.beforeRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":1024,\"name\":\"wretch\",\"url\":\"types/index.WretchAddon.html#__type.wretch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":1024,\"name\":\"resolver\",\"url\":\"types/index.WretchAddon.html#__type.resolver\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"index.WretchAddon.__type\"},{\"kind\":8388608,\"name\":\"abortAddon\",\"url\":\"modules/addons.html#abortAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"AbortWretch\",\"url\":\"modules/addons.html#AbortWretch\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"AbortResolver\",\"url\":\"modules/addons.html#AbortResolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"formDataAddon\",\"url\":\"modules/addons.html#formDataAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"FormDataAddon\",\"url\":\"modules/addons.html#FormDataAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"formUrlAddon\",\"url\":\"modules/addons.html#formUrlAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"FormUrlAddon\",\"url\":\"modules/addons.html#FormUrlAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"perfsAddon\",\"url\":\"modules/addons.html#perfsAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"PerfsAddon\",\"url\":\"modules/addons.html#PerfsAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"queryStringAddon\",\"url\":\"modules/addons.html#queryStringAddon-1\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"QueryStringAddon\",\"url\":\"modules/addons.html#QueryStringAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"progressAddon\",\"url\":\"modules/addons.html#progressAddon\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"ProgressResolver\",\"url\":\"modules/addons.html#ProgressResolver\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"addons\"},{\"kind\":8388608,\"name\":\"DelayMiddleware\",\"url\":\"modules/middlewares.html#DelayMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"delay\",\"url\":\"modules/middlewares.html#delay\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeSkipFunction\",\"url\":\"modules/middlewares.html#DedupeSkipFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeKeyFunction\",\"url\":\"modules/middlewares.html#DedupeKeyFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeResolverFunction\",\"url\":\"modules/middlewares.html#DedupeResolverFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeOptions\",\"url\":\"modules/middlewares.html#DedupeOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DedupeMiddleware\",\"url\":\"modules/middlewares.html#DedupeMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"dedupe\",\"url\":\"modules/middlewares.html#dedupe\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheSkipFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheSkipFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheKeyFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheKeyFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheClearFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheClearFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheInvalidateFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheInvalidateFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheConditionFunction\",\"url\":\"modules/middlewares.html#ThrottlingCacheConditionFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheOptions\",\"url\":\"modules/middlewares.html#ThrottlingCacheOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"ThrottlingCacheMiddleware\",\"url\":\"modules/middlewares.html#ThrottlingCacheMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"throttlingCache\",\"url\":\"modules/middlewares.html#throttlingCache\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"DelayRampFunction\",\"url\":\"modules/middlewares.html#DelayRampFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"UntilFunction\",\"url\":\"modules/middlewares.html#UntilFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"OnRetryFunctionResponse\",\"url\":\"modules/middlewares.html#OnRetryFunctionResponse\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"OnRetryFunction\",\"url\":\"modules/middlewares.html#OnRetryFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"SkipFunction\",\"url\":\"modules/middlewares.html#SkipFunction\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"RetryOptions\",\"url\":\"modules/middlewares.html#RetryOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"RetryMiddleware\",\"url\":\"modules/middlewares.html#RetryMiddleware\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"},{\"kind\":8388608,\"name\":\"retry\",\"url\":\"modules/middlewares.html#retry\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"middlewares\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,50.499]],[\"comment/0\",[]],[\"name/1\",[1,32.04]],[\"comment/1\",[]],[\"name/2\",[1,32.04]],[\"comment/2\",[]],[\"name/3\",[1,32.04]],[\"comment/3\",[]],[\"name/4\",[2,42.026]],[\"comment/4\",[]],[\"name/5\",[3,15.137]],[\"comment/5\",[]],[\"name/6\",[4,42.026]],[\"comment/6\",[]],[\"name/7\",[3,15.137]],[\"comment/7\",[]],[\"name/8\",[5,42.026]],[\"comment/8\",[]],[\"name/9\",[3,15.137]],[\"comment/9\",[]],[\"name/10\",[6,45.39]],[\"comment/10\",[]],[\"name/11\",[7,50.499]],[\"comment/11\",[]],[\"name/12\",[8,45.39]],[\"comment/12\",[]],[\"name/13\",[9,50.499]],[\"comment/13\",[]],[\"name/14\",[3,15.137]],[\"comment/14\",[]],[\"name/15\",[10,45.39]],[\"comment/15\",[]],[\"name/16\",[11,50.499]],[\"comment/16\",[]],[\"name/17\",[3,15.137]],[\"comment/17\",[]],[\"name/18\",[12,50.499]],[\"comment/18\",[]],[\"name/19\",[3,15.137]],[\"comment/19\",[]],[\"name/20\",[13,50.499]],[\"comment/20\",[]],[\"name/21\",[3,15.137]],[\"comment/21\",[]],[\"name/22\",[1,32.04]],[\"comment/22\",[]],[\"name/23\",[14,50.499]],[\"comment/23\",[]],[\"name/24\",[15,42.026]],[\"comment/24\",[]],[\"name/25\",[16,45.39]],[\"comment/25\",[]],[\"name/26\",[1,32.04]],[\"comment/26\",[]],[\"name/27\",[17,50.499]],[\"comment/27\",[]],[\"name/28\",[18,42.026]],[\"comment/28\",[]],[\"name/29\",[19,50.499]],[\"comment/29\",[]],[\"name/30\",[1,32.04]],[\"comment/30\",[]],[\"name/31\",[20,50.499]],[\"comment/31\",[]],[\"name/32\",[21,50.499]],[\"comment/32\",[]],[\"name/33\",[22,42.026]],[\"comment/33\",[]],[\"name/34\",[23,50.499]],[\"comment/34\",[]],[\"name/35\",[3,15.137]],[\"comment/35\",[]],[\"name/36\",[1,32.04]],[\"comment/36\",[]],[\"name/37\",[24,50.499]],[\"comment/37\",[]],[\"name/38\",[25,45.39]],[\"comment/38\",[]],[\"name/39\",[26,50.499]],[\"comment/39\",[]],[\"name/40\",[3,15.137]],[\"comment/40\",[]],[\"name/41\",[1,32.04]],[\"comment/41\",[]],[\"name/42\",[27,50.499]],[\"comment/42\",[]],[\"name/43\",[28,42.026]],[\"comment/43\",[]],[\"name/44\",[29,50.499]],[\"comment/44\",[]],[\"name/45\",[1,32.04]],[\"comment/45\",[]],[\"name/46\",[30,50.499]],[\"comment/46\",[]],[\"name/47\",[31,45.39]],[\"comment/47\",[]],[\"name/48\",[3,15.137]],[\"comment/48\",[]],[\"name/49\",[32,45.39]],[\"comment/49\",[]],[\"name/50\",[3,15.137]],[\"comment/50\",[]],[\"name/51\",[33,45.39]],[\"comment/51\",[]],[\"name/52\",[3,15.137]],[\"comment/52\",[]],[\"name/53\",[34,45.39]],[\"comment/53\",[]],[\"name/54\",[3,15.137]],[\"comment/54\",[]],[\"name/55\",[35,42.026]],[\"comment/55\",[]],[\"name/56\",[36,45.39]],[\"comment/56\",[]],[\"name/57\",[37,45.39]],[\"comment/57\",[]],[\"name/58\",[38,45.39]],[\"comment/58\",[]],[\"name/59\",[3,15.137]],[\"comment/59\",[]],[\"name/60\",[39,45.39]],[\"comment/60\",[]],[\"name/61\",[40,50.499]],[\"comment/61\",[]],[\"name/62\",[41,45.39]],[\"comment/62\",[]],[\"name/63\",[3,15.137]],[\"comment/63\",[]],[\"name/64\",[42,45.39]],[\"comment/64\",[]],[\"name/65\",[43,45.39]],[\"comment/65\",[]],[\"name/66\",[44,50.499]],[\"comment/66\",[]],[\"name/67\",[45,45.39]],[\"comment/67\",[]],[\"name/68\",[3,15.137]],[\"comment/68\",[]],[\"name/69\",[46,45.39]],[\"comment/69\",[]],[\"name/70\",[3,15.137]],[\"comment/70\",[]],[\"name/71\",[47,45.39]],[\"comment/71\",[]],[\"name/72\",[48,45.39]],[\"comment/72\",[]],[\"name/73\",[3,15.137]],[\"comment/73\",[]],[\"name/74\",[49,45.39]],[\"comment/74\",[]],[\"name/75\",[3,15.137]],[\"comment/75\",[]],[\"name/76\",[50,45.39]],[\"comment/76\",[]],[\"name/77\",[3,15.137]],[\"comment/77\",[]],[\"name/78\",[51,50.499]],[\"comment/78\",[]],[\"name/79\",[52,50.499]],[\"comment/79\",[]],[\"name/80\",[53,50.499]],[\"comment/80\",[]],[\"name/81\",[54,50.499]],[\"comment/81\",[]],[\"name/82\",[55,50.499]],[\"comment/82\",[]],[\"name/83\",[56,50.499]],[\"comment/83\",[]],[\"name/84\",[57,50.499]],[\"comment/84\",[]],[\"name/85\",[35,42.026]],[\"comment/85\",[]],[\"name/86\",[58,45.39]],[\"comment/86\",[]],[\"name/87\",[3,15.137]],[\"comment/87\",[]],[\"name/88\",[59,45.39]],[\"comment/88\",[]],[\"name/89\",[60,50.499]],[\"comment/89\",[]],[\"name/90\",[61,45.39]],[\"comment/90\",[]],[\"name/91\",[3,15.137]],[\"comment/91\",[]],[\"name/92\",[62,45.39]],[\"comment/92\",[]],[\"name/93\",[3,15.137]],[\"comment/93\",[]],[\"name/94\",[63,45.39]],[\"comment/94\",[]],[\"name/95\",[3,15.137]],[\"comment/95\",[]],[\"name/96\",[64,45.39]],[\"comment/96\",[]],[\"name/97\",[3,15.137]],[\"comment/97\",[]],[\"name/98\",[65,45.39]],[\"comment/98\",[]],[\"name/99\",[3,15.137]],[\"comment/99\",[]],[\"name/100\",[66,45.39]],[\"comment/100\",[]],[\"name/101\",[3,15.137]],[\"comment/101\",[]],[\"name/102\",[67,50.499]],[\"comment/102\",[]],[\"name/103\",[35,42.026]],[\"comment/103\",[]],[\"name/104\",[36,45.39]],[\"comment/104\",[]],[\"name/105\",[68,50.499]],[\"comment/105\",[]],[\"name/106\",[69,50.499]],[\"comment/106\",[]],[\"name/107\",[70,50.499]],[\"comment/107\",[]],[\"name/108\",[71,50.499]],[\"comment/108\",[]],[\"name/109\",[72,45.39]],[\"comment/109\",[]],[\"name/110\",[3,15.137]],[\"comment/110\",[]],[\"name/111\",[73,45.39]],[\"comment/111\",[]],[\"name/112\",[74,45.39]],[\"comment/112\",[]],[\"name/113\",[75,50.499]],[\"comment/113\",[]],[\"name/114\",[4,42.026]],[\"comment/114\",[]],[\"name/115\",[5,42.026]],[\"comment/115\",[]],[\"name/116\",[76,45.39]],[\"comment/116\",[]],[\"name/117\",[2,42.026]],[\"comment/117\",[]],[\"name/118\",[77,50.499]],[\"comment/118\",[]],[\"name/119\",[78,50.499]],[\"comment/119\",[]],[\"name/120\",[79,50.499]],[\"comment/120\",[]],[\"name/121\",[80,50.499]],[\"comment/121\",[]],[\"name/122\",[81,50.499]],[\"comment/122\",[]],[\"name/123\",[82,50.499]],[\"comment/123\",[]],[\"name/124\",[83,50.499]],[\"comment/124\",[]],[\"name/125\",[43,45.39]],[\"comment/125\",[]],[\"name/126\",[84,50.499]],[\"comment/126\",[]],[\"name/127\",[85,42.026]],[\"comment/127\",[]],[\"name/128\",[86,50.499]],[\"comment/128\",[]],[\"name/129\",[87,50.499]],[\"comment/129\",[]],[\"name/130\",[88,50.499]],[\"comment/130\",[]],[\"name/131\",[89,50.499]],[\"comment/131\",[]],[\"name/132\",[90,50.499]],[\"comment/132\",[]],[\"name/133\",[91,50.499]],[\"comment/133\",[]],[\"name/134\",[92,50.499]],[\"comment/134\",[]],[\"name/135\",[93,50.499]],[\"comment/135\",[]],[\"name/136\",[94,50.499]],[\"comment/136\",[]],[\"name/137\",[3,15.137]],[\"comment/137\",[]],[\"name/138\",[2,42.026]],[\"comment/138\",[]],[\"name/139\",[3,15.137]],[\"comment/139\",[]],[\"name/140\",[4,42.026]],[\"comment/140\",[]],[\"name/141\",[5,42.026]],[\"comment/141\",[]],[\"name/142\",[3,15.137]],[\"comment/142\",[]],[\"name/143\",[95,50.499]],[\"comment/143\",[]],[\"name/144\",[96,50.499]],[\"comment/144\",[]],[\"name/145\",[3,15.137]],[\"comment/145\",[]],[\"name/146\",[97,50.499]],[\"comment/146\",[]],[\"name/147\",[3,15.137]],[\"comment/147\",[]],[\"name/148\",[98,50.499]],[\"comment/148\",[]],[\"name/149\",[3,15.137]],[\"comment/149\",[]],[\"name/150\",[99,50.499]],[\"comment/150\",[]],[\"name/151\",[100,50.499]],[\"comment/151\",[]],[\"name/152\",[3,15.137]],[\"comment/152\",[]],[\"name/153\",[85,42.026]],[\"comment/153\",[]],[\"name/154\",[3,15.137]],[\"comment/154\",[]],[\"name/155\",[101,50.499]],[\"comment/155\",[]],[\"name/156\",[3,15.137]],[\"comment/156\",[]],[\"name/157\",[16,45.39]],[\"comment/157\",[]],[\"name/158\",[3,15.137]],[\"comment/158\",[]],[\"name/159\",[102,50.499]],[\"comment/159\",[]],[\"name/160\",[3,15.137]],[\"comment/160\",[]],[\"name/161\",[103,45.39]],[\"comment/161\",[]],[\"name/162\",[3,15.137]],[\"comment/162\",[]],[\"name/163\",[104,50.499]],[\"comment/163\",[]],[\"name/164\",[3,15.137]],[\"comment/164\",[]],[\"name/165\",[105,50.499]],[\"comment/165\",[]],[\"name/166\",[3,15.137]],[\"comment/166\",[]],[\"name/167\",[106,50.499]],[\"comment/167\",[]],[\"name/168\",[3,15.137]],[\"comment/168\",[]],[\"name/169\",[107,50.499]],[\"comment/169\",[]],[\"name/170\",[3,15.137]],[\"comment/170\",[]],[\"name/171\",[108,50.499]],[\"comment/171\",[]],[\"name/172\",[3,15.137]],[\"comment/172\",[]],[\"name/173\",[109,50.499]],[\"comment/173\",[]],[\"name/174\",[3,15.137]],[\"comment/174\",[]],[\"name/175\",[110,50.499]],[\"comment/175\",[]],[\"name/176\",[3,15.137]],[\"comment/176\",[]],[\"name/177\",[111,50.499]],[\"comment/177\",[]],[\"name/178\",[3,15.137]],[\"comment/178\",[]],[\"name/179\",[112,50.499]],[\"comment/179\",[]],[\"name/180\",[6,45.39]],[\"comment/180\",[]],[\"name/181\",[113,50.499]],[\"comment/181\",[]],[\"name/182\",[114,50.499]],[\"comment/182\",[]],[\"name/183\",[76,45.39]],[\"comment/183\",[]],[\"name/184\",[103,45.39]],[\"comment/184\",[]],[\"name/185\",[85,42.026]],[\"comment/185\",[]],[\"name/186\",[115,50.499]],[\"comment/186\",[]],[\"name/187\",[3,15.137]],[\"comment/187\",[]],[\"name/188\",[116,50.499]],[\"comment/188\",[]],[\"name/189\",[117,50.499]],[\"comment/189\",[]],[\"name/190\",[3,15.137]],[\"comment/190\",[]],[\"name/191\",[118,50.499]],[\"comment/191\",[]],[\"name/192\",[3,15.137]],[\"comment/192\",[]],[\"name/193\",[119,50.499]],[\"comment/193\",[]],[\"name/194\",[74,45.39]],[\"comment/194\",[]],[\"name/195\",[37,45.39]],[\"comment/195\",[]],[\"name/196\",[120,50.499]],[\"comment/196\",[]],[\"name/197\",[8,45.39]],[\"comment/197\",[]],[\"name/198\",[10,45.39]],[\"comment/198\",[]],[\"name/199\",[15,42.026]],[\"comment/199\",[]],[\"name/200\",[15,42.026]],[\"comment/200\",[]],[\"name/201\",[18,42.026]],[\"comment/201\",[]],[\"name/202\",[18,42.026]],[\"comment/202\",[]],[\"name/203\",[22,42.026]],[\"comment/203\",[]],[\"name/204\",[22,42.026]],[\"comment/204\",[]],[\"name/205\",[28,42.026]],[\"comment/205\",[]],[\"name/206\",[28,42.026]],[\"comment/206\",[]],[\"name/207\",[121,50.499]],[\"comment/207\",[]],[\"name/208\",[25,45.39]],[\"comment/208\",[]],[\"name/209\",[41,45.39]],[\"comment/209\",[]],[\"name/210\",[42,45.39]],[\"comment/210\",[]],[\"name/211\",[31,45.39]],[\"comment/211\",[]],[\"name/212\",[32,45.39]],[\"comment/212\",[]],[\"name/213\",[33,45.39]],[\"comment/213\",[]],[\"name/214\",[34,45.39]],[\"comment/214\",[]],[\"name/215\",[38,45.39]],[\"comment/215\",[]],[\"name/216\",[39,45.39]],[\"comment/216\",[]],[\"name/217\",[61,45.39]],[\"comment/217\",[]],[\"name/218\",[62,45.39]],[\"comment/218\",[]],[\"name/219\",[63,45.39]],[\"comment/219\",[]],[\"name/220\",[64,45.39]],[\"comment/220\",[]],[\"name/221\",[65,45.39]],[\"comment/221\",[]],[\"name/222\",[66,45.39]],[\"comment/222\",[]],[\"name/223\",[72,45.39]],[\"comment/223\",[]],[\"name/224\",[73,45.39]],[\"comment/224\",[]],[\"name/225\",[45,45.39]],[\"comment/225\",[]],[\"name/226\",[46,45.39]],[\"comment/226\",[]],[\"name/227\",[47,45.39]],[\"comment/227\",[]],[\"name/228\",[48,45.39]],[\"comment/228\",[]],[\"name/229\",[49,45.39]],[\"comment/229\",[]],[\"name/230\",[50,45.39]],[\"comment/230\",[]],[\"name/231\",[58,45.39]],[\"comment/231\",[]],[\"name/232\",[59,45.39]],[\"comment/232\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":3,\"name\":{\"5\":{},\"7\":{},\"9\":{},\"14\":{},\"17\":{},\"19\":{},\"21\":{},\"35\":{},\"40\":{},\"48\":{},\"50\":{},\"52\":{},\"54\":{},\"59\":{},\"63\":{},\"68\":{},\"70\":{},\"73\":{},\"75\":{},\"77\":{},\"87\":{},\"91\":{},\"93\":{},\"95\":{},\"97\":{},\"99\":{},\"101\":{},\"110\":{},\"137\":{},\"139\":{},\"142\":{},\"145\":{},\"147\":{},\"149\":{},\"152\":{},\"154\":{},\"156\":{},\"158\":{},\"160\":{},\"162\":{},\"164\":{},\"166\":{},\"168\":{},\"170\":{},\"172\":{},\"174\":{},\"176\":{},\"178\":{},\"187\":{},\"190\":{},\"192\":{}},\"comment\":{}}],[\"abortaddon\",{\"_index\":120,\"name\":{\"196\":{}},\"comment\":{}}],[\"abortresolver\",{\"_index\":10,\"name\":{\"15\":{},\"198\":{}},\"comment\":{}}],[\"abortwretch\",{\"_index\":8,\"name\":{\"12\":{},\"197\":{}},\"comment\":{}}],[\"accept\",{\"_index\":78,\"name\":{\"119\":{}},\"comment\":{}}],[\"addon\",{\"_index\":75,\"name\":{\"113\":{}},\"comment\":{}}],[\"addons\",{\"_index\":20,\"name\":{\"31\":{}},\"comment\":{}}],[\"addons/abort\",{\"_index\":7,\"name\":{\"11\":{}},\"comment\":{}}],[\"addons/formdata\",{\"_index\":14,\"name\":{\"23\":{}},\"comment\":{}}],[\"addons/formurl\",{\"_index\":17,\"name\":{\"27\":{}},\"comment\":{}}],[\"addons/perfs\",{\"_index\":21,\"name\":{\"32\":{}},\"comment\":{}}],[\"addons/progress\",{\"_index\":24,\"name\":{\"37\":{}},\"comment\":{}}],[\"addons/querystring\",{\"_index\":27,\"name\":{\"42\":{}},\"comment\":{}}],[\"arraybuffer\",{\"_index\":102,\"name\":{\"159\":{}},\"comment\":{}}],[\"auth\",{\"_index\":80,\"name\":{\"121\":{}},\"comment\":{}}],[\"badrequest\",{\"_index\":105,\"name\":{\"165\":{}},\"comment\":{}}],[\"beforerequest\",{\"_index\":119,\"name\":{\"193\":{}},\"comment\":{}}],[\"blob\",{\"_index\":101,\"name\":{\"155\":{}},\"comment\":{}}],[\"body\",{\"_index\":84,\"name\":{\"126\":{}},\"comment\":{}}],[\"catcher\",{\"_index\":81,\"name\":{\"122\":{}},\"comment\":{}}],[\"clear\",{\"_index\":68,\"name\":{\"105\":{}},\"comment\":{}}],[\"condition\",{\"_index\":70,\"name\":{\"107\":{}},\"comment\":{}}],[\"config\",{\"_index\":94,\"name\":{\"136\":{}},\"comment\":{}}],[\"configuredmiddleware\",{\"_index\":96,\"name\":{\"144\":{}},\"comment\":{}}],[\"content\",{\"_index\":79,\"name\":{\"120\":{}},\"comment\":{}}],[\"controller\",{\"_index\":12,\"name\":{\"18\":{}},\"comment\":{}}],[\"dedupe\",{\"_index\":39,\"name\":{\"60\":{},\"216\":{}},\"comment\":{}}],[\"dedupekeyfunction\",{\"_index\":32,\"name\":{\"49\":{},\"212\":{}},\"comment\":{}}],[\"dedupemiddleware\",{\"_index\":38,\"name\":{\"58\":{},\"215\":{}},\"comment\":{}}],[\"dedupeoptions\",{\"_index\":34,\"name\":{\"53\":{},\"214\":{}},\"comment\":{}}],[\"deduperesolverfunction\",{\"_index\":33,\"name\":{\"51\":{},\"213\":{}},\"comment\":{}}],[\"dedupeskipfunction\",{\"_index\":31,\"name\":{\"47\":{},\"211\":{}},\"comment\":{}}],[\"default\",{\"_index\":1,\"name\":{\"1\":{},\"2\":{},\"3\":{},\"22\":{},\"26\":{},\"30\":{},\"36\":{},\"41\":{},\"45\":{}},\"comment\":{}}],[\"defer\",{\"_index\":82,\"name\":{\"123\":{}},\"comment\":{}}],[\"delay\",{\"_index\":42,\"name\":{\"64\":{},\"210\":{}},\"comment\":{}}],[\"delaymiddleware\",{\"_index\":41,\"name\":{\"62\":{},\"209\":{}},\"comment\":{}}],[\"delayramp\",{\"_index\":52,\"name\":{\"79\":{}},\"comment\":{}}],[\"delayrampfunction\",{\"_index\":45,\"name\":{\"67\":{},\"225\":{}},\"comment\":{}}],[\"delaytimer\",{\"_index\":51,\"name\":{\"78\":{}},\"comment\":{}}],[\"delete\",{\"_index\":88,\"name\":{\"130\":{}},\"comment\":{}}],[\"error\",{\"_index\":104,\"name\":{\"163\":{}},\"comment\":{}}],[\"errortype\",{\"_index\":4,\"name\":{\"6\":{},\"114\":{},\"140\":{}},\"comment\":{}}],[\"fetch\",{\"_index\":86,\"name\":{\"128\":{}},\"comment\":{}}],[\"fetcherror\",{\"_index\":111,\"name\":{\"177\":{}},\"comment\":{}}],[\"fetchlike\",{\"_index\":97,\"name\":{\"146\":{}},\"comment\":{}}],[\"flagresponseoncachehit\",{\"_index\":71,\"name\":{\"108\":{}},\"comment\":{}}],[\"forbidden\",{\"_index\":107,\"name\":{\"169\":{}},\"comment\":{}}],[\"formdata\",{\"_index\":16,\"name\":{\"25\":{},\"157\":{}},\"comment\":{}}],[\"formdataaddon\",{\"_index\":15,\"name\":{\"24\":{},\"199\":{},\"200\":{}},\"comment\":{}}],[\"formurl\",{\"_index\":19,\"name\":{\"29\":{}},\"comment\":{}}],[\"formurladdon\",{\"_index\":18,\"name\":{\"28\":{},\"201\":{},\"202\":{}},\"comment\":{}}],[\"get\",{\"_index\":87,\"name\":{\"129\":{}},\"comment\":{}}],[\"head\",{\"_index\":92,\"name\":{\"134\":{}},\"comment\":{}}],[\"headers\",{\"_index\":77,\"name\":{\"118\":{}},\"comment\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"internalerror\",{\"_index\":110,\"name\":{\"175\":{}},\"comment\":{}}],[\"invalidate\",{\"_index\":69,\"name\":{\"106\":{}},\"comment\":{}}],[\"json\",{\"_index\":85,\"name\":{\"127\":{},\"153\":{},\"185\":{}},\"comment\":{}}],[\"key\",{\"_index\":36,\"name\":{\"56\":{},\"104\":{}},\"comment\":{}}],[\"maxattempts\",{\"_index\":53,\"name\":{\"80\":{}},\"comment\":{}}],[\"middleware\",{\"_index\":98,\"name\":{\"148\":{}},\"comment\":{}}],[\"middlewares\",{\"_index\":43,\"name\":{\"65\":{},\"125\":{}},\"comment\":{}}],[\"middlewares/dedupe\",{\"_index\":30,\"name\":{\"46\":{}},\"comment\":{}}],[\"middlewares/delay\",{\"_index\":40,\"name\":{\"61\":{}},\"comment\":{}}],[\"middlewares/retry\",{\"_index\":44,\"name\":{\"66\":{}},\"comment\":{}}],[\"middlewares/throttlingcache\",{\"_index\":60,\"name\":{\"89\":{}},\"comment\":{}}],[\"notfound\",{\"_index\":108,\"name\":{\"171\":{}},\"comment\":{}}],[\"onabort\",{\"_index\":13,\"name\":{\"20\":{}},\"comment\":{}}],[\"onretry\",{\"_index\":55,\"name\":{\"82\":{}},\"comment\":{}}],[\"onretryfunction\",{\"_index\":48,\"name\":{\"72\":{},\"228\":{}},\"comment\":{}}],[\"onretryfunctionresponse\",{\"_index\":47,\"name\":{\"71\":{},\"227\":{}},\"comment\":{}}],[\"options\",{\"_index\":2,\"name\":{\"4\":{},\"117\":{},\"138\":{}},\"comment\":{}}],[\"opts\",{\"_index\":93,\"name\":{\"135\":{}},\"comment\":{}}],[\"patch\",{\"_index\":91,\"name\":{\"133\":{}},\"comment\":{}}],[\"perfs\",{\"_index\":23,\"name\":{\"34\":{}},\"comment\":{}}],[\"perfsaddon\",{\"_index\":22,\"name\":{\"33\":{},\"203\":{},\"204\":{}},\"comment\":{}}],[\"polyfill\",{\"_index\":95,\"name\":{\"143\":{}},\"comment\":{}}],[\"polyfills\",{\"_index\":5,\"name\":{\"8\":{},\"115\":{},\"141\":{}},\"comment\":{}}],[\"post\",{\"_index\":90,\"name\":{\"132\":{}},\"comment\":{}}],[\"progress\",{\"_index\":26,\"name\":{\"39\":{}},\"comment\":{}}],[\"progressaddon\",{\"_index\":121,\"name\":{\"207\":{}},\"comment\":{}}],[\"progressresolver\",{\"_index\":25,\"name\":{\"38\":{},\"208\":{}},\"comment\":{}}],[\"put\",{\"_index\":89,\"name\":{\"131\":{}},\"comment\":{}}],[\"query\",{\"_index\":29,\"name\":{\"44\":{}},\"comment\":{}}],[\"querystringaddon\",{\"_index\":28,\"name\":{\"43\":{},\"205\":{},\"206\":{}},\"comment\":{}}],[\"res\",{\"_index\":100,\"name\":{\"151\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":83,\"name\":{\"124\":{}},\"comment\":{}}],[\"resolver\",{\"_index\":37,\"name\":{\"57\":{},\"195\":{}},\"comment\":{}}],[\"resolvewithlatestresponse\",{\"_index\":57,\"name\":{\"84\":{}},\"comment\":{}}],[\"response\",{\"_index\":114,\"name\":{\"182\":{}},\"comment\":{}}],[\"retry\",{\"_index\":59,\"name\":{\"88\":{},\"232\":{}},\"comment\":{}}],[\"retrymiddleware\",{\"_index\":58,\"name\":{\"86\":{},\"231\":{}},\"comment\":{}}],[\"retryonnetworkerror\",{\"_index\":56,\"name\":{\"83\":{}},\"comment\":{}}],[\"retryoptions\",{\"_index\":50,\"name\":{\"76\":{},\"230\":{}},\"comment\":{}}],[\"settimeout\",{\"_index\":11,\"name\":{\"16\":{}},\"comment\":{}}],[\"signal\",{\"_index\":9,\"name\":{\"13\":{}},\"comment\":{}}],[\"skip\",{\"_index\":35,\"name\":{\"55\":{},\"85\":{},\"103\":{}},\"comment\":{}}],[\"skipfunction\",{\"_index\":49,\"name\":{\"74\":{},\"229\":{}},\"comment\":{}}],[\"status\",{\"_index\":113,\"name\":{\"181\":{}},\"comment\":{}}],[\"text\",{\"_index\":103,\"name\":{\"161\":{},\"184\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":67,\"name\":{\"102\":{}},\"comment\":{}}],[\"throttlingcache\",{\"_index\":73,\"name\":{\"111\":{},\"224\":{}},\"comment\":{}}],[\"throttlingcacheclearfunction\",{\"_index\":63,\"name\":{\"94\":{},\"219\":{}},\"comment\":{}}],[\"throttlingcacheconditionfunction\",{\"_index\":65,\"name\":{\"98\":{},\"221\":{}},\"comment\":{}}],[\"throttlingcacheinvalidatefunction\",{\"_index\":64,\"name\":{\"96\":{},\"220\":{}},\"comment\":{}}],[\"throttlingcachekeyfunction\",{\"_index\":62,\"name\":{\"92\":{},\"218\":{}},\"comment\":{}}],[\"throttlingcachemiddleware\",{\"_index\":72,\"name\":{\"109\":{},\"223\":{}},\"comment\":{}}],[\"throttlingcacheoptions\",{\"_index\":66,\"name\":{\"100\":{},\"222\":{}},\"comment\":{}}],[\"throttlingcacheskipfunction\",{\"_index\":61,\"name\":{\"90\":{},\"217\":{}},\"comment\":{}}],[\"timeout\",{\"_index\":109,\"name\":{\"173\":{}},\"comment\":{}}],[\"unauthorized\",{\"_index\":106,\"name\":{\"167\":{}},\"comment\":{}}],[\"until\",{\"_index\":54,\"name\":{\"81\":{}},\"comment\":{}}],[\"untilfunction\",{\"_index\":46,\"name\":{\"69\":{},\"226\":{}},\"comment\":{}}],[\"url\",{\"_index\":76,\"name\":{\"116\":{},\"183\":{}},\"comment\":{}}],[\"wretch\",{\"_index\":74,\"name\":{\"112\":{},\"194\":{}},\"comment\":{}}],[\"wretchaddon\",{\"_index\":118,\"name\":{\"191\":{}},\"comment\":{}}],[\"wretchdeferredcallback\",{\"_index\":117,\"name\":{\"189\":{}},\"comment\":{}}],[\"wretcherror\",{\"_index\":6,\"name\":{\"10\":{},\"180\":{}},\"comment\":{}}],[\"wretcherrorcallback\",{\"_index\":115,\"name\":{\"186\":{}},\"comment\":{}}],[\"wretchoptions\",{\"_index\":112,\"name\":{\"179\":{}},\"comment\":{}}],[\"wretchresponse\",{\"_index\":116,\"name\":{\"188\":{}},\"comment\":{}}],[\"wretchresponsechain\",{\"_index\":99,\"name\":{\"150\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/api/functions/addons_abort.default.html b/docs/api/functions/addons_abort.default.html index 90bcd21..52cdcea 100644 --- a/docs/api/functions/addons_abort.default.html +++ b/docs/api/functions/addons_abort.default.html @@ -30,7 +30,7 @@

Function default

Returns WretchAddon<AbortWretch, AbortResolver>

+
  • Defined in src/addons/abort.ts:110
  • Returns WretchAddon<unknown, PerfsAddon>

    +
  • Defined in src/addons/perfs.ts:58
  • Returns WretchAddon<unknown, ProgressResolver>

    +
  • Defined in src/addons/progress.ts:45
  • +
  • Defined in src/index.ts:36
  • +
  • Defined in src/middlewares/dedupe.ts:33
  • +
  • Defined in src/middlewares/delay.ts:16
  • +
  • Defined in src/middlewares/retry.ts:112
  • diff --git a/docs/api/functions/middlewares_throttlingCache.throttlingCache.html b/docs/api/functions/middlewares_throttlingCache.throttlingCache.html index 117c9ef..15e56b0 100644 --- a/docs/api/functions/middlewares_throttlingCache.throttlingCache.html +++ b/docs/api/functions/middlewares_throttlingCache.throttlingCache.html @@ -79,7 +79,7 @@

    Parameters

    Optional options: ThrottlingCacheOptions

    Returns ConfiguredMiddleware & {
        cache: Map<any, any>;
        inflight: Map<any, any>;
        throttling: Set<unknown>;
        cacheResponse(key: any, response: any): void;
    }

    +
  • Defined in src/middlewares/throttlingCache.ts:56
  • +
  • Defined in src/addons/abort.ts:68
  • onAbort: (<T, C, R>(this: C & WretchResponseChain<T, C, R>, cb: WretchErrorCallback<T, C, R>) => AbortResolver)
    @@ -96,7 +96,7 @@
    this: Ccb: WretchErrorCallback<T, C, R>

    Returns AbortResolver

    +
  • Defined in src/addons/abort.ts:72
  • setTimeout: (<T, C, R>(this: C & WretchResponseChain<T, C, R>, time: number, controller?: AbortController) => AbortResolver)
    @@ -136,7 +136,7 @@
    Optional controller:

    Returns AbortResolver

    +
  • Defined in src/addons/abort.ts:50
  • Returns AbortWretch

    +
  • Defined in src/addons/abort.ts:31
  • +
  • Defined in src/addons/formData.ts:80
  • Returns PerfsAddon

    +
  • Defined in src/addons/perfs.ts:9
  • Returns ProgressResolver

    +
  • Defined in src/addons/progress.ts:23
  • +
  • Defined in src/addons/queryString.ts:87
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:395
    • @@ -121,7 +121,7 @@
      Optional contentType:

    Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:411
  • HTTP Methods

    @@ -142,7 +142,7 @@
    this: SelfOptional url: string

    Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:468
  • +
  • Defined in src/types.ts:442
    • @@ -191,7 +191,7 @@
      this: SelfOptional url: string

    Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:455
    • @@ -210,7 +210,7 @@
      this: SelfOptional url: string

    Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:520
    • @@ -229,7 +229,7 @@
      this: SelfOptional url: string

    Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:533
  • Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:507
  • Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:494
  • Returns Resolver extends undefined ? Chain & WretchResponseChain<Self, Chain, Resolver> : Resolver

    +
  • Defined in src/types.ts:481
  • Helpers Methods

    @@ -315,7 +315,7 @@
    headerValue: string

    Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:207
  • Returns W & Self & Wretch<Self & W, Chain & R, Resolver>

    +
  • Defined in src/types.ts:64
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:231
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:282
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:219
  • +
  • Defined in src/types.ts:314
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:84
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:195
  • Returns Wretch<Self, Chain, Resolver>

    +
  • Defined in src/types.ts:381
  • +
  • Defined in src/types.ts:180
  • +
  • Defined in src/types.ts:108
  • Returns Self & Wretch<Self, Chain, ResolverReturn>

    +
  • Defined in src/types.ts:350
  • +
  • Defined in src/types.ts:136
  • +
  • Defined in src/types.ts:653
  • error: ((this: Self & WretchResponseChain<T, Self, R>, code: string | number | symbol, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -114,7 +114,7 @@
    code: stringWretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:644
  • fetchError: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -138,7 +138,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:707
  • forbidden: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -163,7 +163,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:671
  • internalError: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -188,7 +188,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:700
  • notFound: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -213,7 +213,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:680
  • timeout: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -238,7 +238,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:690
  • unauthorized: ((this: Self & WretchResponseChain<T, Self, R>, cb: WretchErrorCallback<T, Self, R>) => WretchResponseChain<T, Self, R>)
    @@ -263,7 +263,7 @@
    this: Selfcb: WretchErrorCallback<T, Self, R>

    Returns WretchResponseChain<T, Self, R>

    +
  • Defined in src/types.ts:662
  • Response Type Properties

    @@ -303,7 +303,7 @@
    type: ArrayBuffer
    Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:605
  • blob: (<Result>(cb?: ((type: Blob) => Result | Promise<Result>)) => Promise<Awaited<Result>>)
    @@ -341,7 +341,7 @@
    type: Blob

    Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:585
  • formData: (<Result>(cb?: ((type: FormData) => Result | Promise<Result>)) => Promise<Awaited<Result>>)
    @@ -379,7 +379,7 @@
    type: FormData

    Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:595
  • json: (<Result>(cb?: ((type: any) => Result | Promise<Result>)) => Promise<Awaited<Result>>)
    @@ -417,7 +417,7 @@
    type: any

    Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:575
  • res: (<Result>(cb?: ((type: WretchResponse) => Result | Promise<Result>)) => Promise<Awaited<Result>>)
    @@ -456,7 +456,7 @@
    type: Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:565
  • text: (<Result>(cb?: ((type: string) => Result | Promise<Result>)) => Promise<Awaited<Result>>)
    @@ -494,7 +494,7 @@
    type: string

    Returns Result | Promise<Result>

    Returns Promise<Awaited<Result>>

    +
  • Defined in src/types.ts:615
  • +
  • Defined in src/addons/abort.ts:1
  • diff --git a/docs/api/modules/addons_formData.html b/docs/api/modules/addons_formData.html index d93f2e3..f765527 100644 --- a/docs/api/modules/addons_formData.html +++ b/docs/api/modules/addons_formData.html @@ -16,7 +16,7 @@
  • addons/formData
  • Module addons/formData

    +
  • Defined in src/addons/formData.ts:1
  • diff --git a/docs/api/modules/addons_formUrl.html b/docs/api/modules/addons_formUrl.html index 5f32cd6..b520a1e 100644 --- a/docs/api/modules/addons_formUrl.html +++ b/docs/api/modules/addons_formUrl.html @@ -16,7 +16,7 @@
  • addons/formUrl
  • Module addons/formUrl

    +
  • Defined in src/addons/formUrl.ts:1
  • diff --git a/docs/api/modules/addons_perfs.html b/docs/api/modules/addons_perfs.html index d4773f3..7139d3c 100644 --- a/docs/api/modules/addons_perfs.html +++ b/docs/api/modules/addons_perfs.html @@ -16,7 +16,7 @@
  • addons/perfs
  • Module addons/perfs

    +
  • Defined in src/addons/perfs.ts:1
  • diff --git a/docs/api/modules/addons_progress.html b/docs/api/modules/addons_progress.html index d0e4135..0e4d3c8 100644 --- a/docs/api/modules/addons_progress.html +++ b/docs/api/modules/addons_progress.html @@ -16,7 +16,7 @@
  • addons/progress
  • Module addons/progress

    +
  • Defined in src/addons/progress.ts:1
  • diff --git a/docs/api/modules/addons_queryString.html b/docs/api/modules/addons_queryString.html index 03ad405..7a38d4f 100644 --- a/docs/api/modules/addons_queryString.html +++ b/docs/api/modules/addons_queryString.html @@ -16,7 +16,7 @@
  • addons/queryString
  • Module addons/queryString

    +
  • Defined in src/addons/queryString.ts:1
  • diff --git a/docs/api/modules/index.default.html b/docs/api/modules/index.default.html index f93b634..9ea763b 100644 --- a/docs/api/modules/index.default.html +++ b/docs/api/modules/index.default.html @@ -17,12 +17,12 @@
  • default
  • Namespace default

    +
  • Defined in src/index.ts:36
  • +
  • Defined in src/index.ts:40
  • +
  • Defined in src/index.ts:42
  • +
  • Defined in src/index.ts:44
  • +
  • Defined in src/index.ts:46
  • +
  • Defined in src/index.ts:47
  • Index

    diff --git a/docs/api/modules/index.html b/docs/api/modules/index.html index 40bb8a8..7ccc82e 100644 --- a/docs/api/modules/index.html +++ b/docs/api/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in src/index.ts:1
  • diff --git a/docs/api/modules/middlewares.html b/docs/api/modules/middlewares.html index 4f73895..ac02375 100644 --- a/docs/api/modules/middlewares.html +++ b/docs/api/modules/middlewares.html @@ -16,7 +16,7 @@
  • middlewares
  • Module middlewares

    +
  • Defined in src/middlewares/index.ts:1
  • @@ -37,6 +37,7 @@

    References

    OnRetryFunctionResponse RetryMiddleware RetryOptions +SkipFunction ThrottlingCacheClearFunction ThrottlingCacheConditionFunction ThrottlingCacheInvalidateFunction @@ -74,6 +75,8 @@ Re-exports RetryMiddleware
    Re-exports RetryOptions
    +
    +Re-exports SkipFunction
    Re-exports ThrottlingCacheClearFunction
    @@ -147,6 +150,7 @@

    OnRetryFunctionResponse
  • RetryMiddleware
  • RetryOptions
  • +
  • SkipFunction
  • ThrottlingCacheClearFunction
  • ThrottlingCacheConditionFunction
  • ThrottlingCacheInvalidateFunction
  • diff --git a/docs/api/modules/middlewares_dedupe.html b/docs/api/modules/middlewares_dedupe.html index 6719db8..507f4cf 100644 --- a/docs/api/modules/middlewares_dedupe.html +++ b/docs/api/modules/middlewares_dedupe.html @@ -16,7 +16,7 @@
  • middlewares/dedupe
  • Module middlewares/dedupe

    +
  • Defined in src/middlewares/dedupe.ts:1
  • diff --git a/docs/api/modules/middlewares_delay.html b/docs/api/modules/middlewares_delay.html index b6c9d26..7be938c 100644 --- a/docs/api/modules/middlewares_delay.html +++ b/docs/api/modules/middlewares_delay.html @@ -16,7 +16,7 @@
  • middlewares/delay
  • Module middlewares/delay

    +
  • Defined in src/middlewares/delay.ts:1
  • diff --git a/docs/api/modules/middlewares_retry.html b/docs/api/modules/middlewares_retry.html index 872406b..6684b05 100644 --- a/docs/api/modules/middlewares_retry.html +++ b/docs/api/modules/middlewares_retry.html @@ -16,7 +16,7 @@
  • middlewares/retry
  • Module middlewares/retry

    +
  • Defined in src/middlewares/retry.ts:1
  • @@ -29,6 +29,7 @@

    Type Aliases

    OnRetryFunctionResponse RetryMiddleware RetryOptions +SkipFunction UntilFunction
    @@ -78,6 +79,7 @@

    OnRetryFunctionResponse
  • RetryMiddleware
  • RetryOptions
  • +
  • SkipFunction
  • UntilFunction
  • retry
  • diff --git a/docs/api/modules/middlewares_throttlingCache.html b/docs/api/modules/middlewares_throttlingCache.html index 78b2ea3..95568f0 100644 --- a/docs/api/modules/middlewares_throttlingCache.html +++ b/docs/api/modules/middlewares_throttlingCache.html @@ -16,7 +16,7 @@
  • middlewares/throttlingCache
  • Module middlewares/throttlingCache

    +
  • Defined in src/middlewares/throttlingCache.ts:1
  • diff --git a/docs/api/types/index.Config.html b/docs/api/types/index.Config.html index 1e3e088..ff611e3 100644 --- a/docs/api/types/index.Config.html +++ b/docs/api/types/index.Config.html @@ -48,9 +48,9 @@
    Optional instance: Rest ...args: any[]

    Returns any

    +
  • Defined in src/types.ts:713
  • +
  • Defined in src/types.ts:751
  • +
  • Defined in src/types.ts:755
  • +
  • Defined in src/types.ts:745
  • +
  • Defined in src/types.ts:760
  • +
  • Defined in src/types.ts:739
  • +
  • Defined in src/types.ts:731
  • +
  • Defined in src/types.ts:723
  • +
  • Defined in src/types.ts:735
  • +
  • Defined in src/middlewares/dedupe.ts:6
  • +
  • Defined in src/middlewares/dedupe.ts:33
  • +
  • Defined in src/middlewares/dedupe.ts:8
  • +
  • Defined in src/middlewares/dedupe.ts:7
  • +
  • Defined in src/middlewares/dedupe.ts:5
  • +
  • Defined in src/middlewares/delay.ts:16
  • +
  • Defined in src/middlewares/retry.ts:5
  • diff --git a/docs/api/types/middlewares_retry.OnRetryFunction.html b/docs/api/types/middlewares_retry.OnRetryFunction.html index f76af7d..76415b2 100644 --- a/docs/api/types/middlewares_retry.OnRetryFunction.html +++ b/docs/api/types/middlewares_retry.OnRetryFunction.html @@ -40,7 +40,7 @@
    Optional response: string

    Returns void | OnRetryFunctionResponse | Promise<OnRetryFunctionResponse>

    +
  • Defined in src/middlewares/retry.ts:13
  • diff --git a/docs/api/types/middlewares_retry.OnRetryFunctionResponse.html b/docs/api/types/middlewares_retry.OnRetryFunctionResponse.html index e13d6ad..65c0956 100644 --- a/docs/api/types/middlewares_retry.OnRetryFunctionResponse.html +++ b/docs/api/types/middlewares_retry.OnRetryFunctionResponse.html @@ -18,7 +18,7 @@

    Type alias OnRetryFunctionResponse

    OnRetryFunctionResponse: {
        options?: WretchOptions;
        url?: string;
    } | undefined
    +
  • Defined in src/middlewares/retry.ts:10
  • diff --git a/docs/api/types/middlewares_retry.RetryMiddleware.html b/docs/api/types/middlewares_retry.RetryMiddleware.html index 2c1aea5..a78d4c0 100644 --- a/docs/api/types/middlewares_retry.RetryMiddleware.html +++ b/docs/api/types/middlewares_retry.RetryMiddleware.html @@ -32,7 +32,7 @@

    Retry middleware

    Retries a request multiple times in case of an error (or until a custom condition is true).

    -
    import wretch from 'wretch'
    import { retry } from 'wretch/middlewares'

    wretch().middlewares([
    retry({
    // Options - defaults below
    delayTimer: 500,
    delayRamp: (delay, nbOfAttempts) => delay * nbOfAttempts,
    maxAttempts: 10,
    until: (response, error) => response && response.ok,
    onRetry: null,
    retryOnNetworkError: false,
    resolveWithLatestResponse: false
    })
    ])

    // You can also return a Promise, which is useful if you want to inspect the body:
    wretch().middlewares([
    retry({
    until: response =>
    response.clone().json().then(body =>
    body.field === 'something'
    )
    })
    ]) +
    import wretch from 'wretch'
    import { retry } from 'wretch/middlewares'

    wretch().middlewares([
    retry({
    // Options - defaults below
    delayTimer: 500,
    delayRamp: (delay, nbOfAttempts) => delay * nbOfAttempts,
    maxAttempts: 10,
    until: (response, error) => response && response.ok,
    onRetry: null,
    retryOnNetworkError: false,
    resolveWithLatestResponse: false,
    skip: undefined
    })
    ])

    // You can also return a Promise, which is useful if you want to inspect the body:
    wretch().middlewares([
    retry({
    until: response =>
    response.clone().json().then(body =>
    body.field === 'something'
    )
    })
    ])
    @@ -42,7 +42,7 @@

    Parameters

    Optional options: RetryOptions

    Returns ConfiguredMiddleware

    +
  • Defined in src/middlewares/retry.ts:112
  • diff --git a/docs/api/types/middlewares_retry.RetryOptions.html b/docs/api/types/middlewares_retry.RetryOptions.html index 19f7441..73005e8 100644 --- a/docs/api/types/middlewares_retry.RetryOptions.html +++ b/docs/api/types/middlewares_retry.RetryOptions.html @@ -16,7 +16,7 @@
  • middlewares/retry
  • RetryOptions
  • Type alias RetryOptions

    -
    RetryOptions: {
        delayRamp?: DelayRampFunction;
        delayTimer?: number;
        maxAttempts?: number;
        onRetry?: OnRetryFunction;
        resolveWithLatestResponse?: boolean;
        retryOnNetworkError?: boolean;
        until?: UntilFunction;
    }
    +
    RetryOptions: {
        delayRamp?: DelayRampFunction;
        delayTimer?: number;
        maxAttempts?: number;
        onRetry?: OnRetryFunction;
        resolveWithLatestResponse?: boolean;
        retryOnNetworkError?: boolean;
        skip?: SkipFunction;
        until?: UntilFunction;
    }

    Type declaration

      @@ -51,12 +51,20 @@
      Optional retryOnNet

      Default: false

  • +
    Optional skip?: SkipFunction
    +

    If skip returns true, the request will not be retried.

    +

    Example:

    +
    (url, options) => (
    options.method !== "GET"
    ) +
    +

    Default: undefined

    +
  • +
  • Optional until?: UntilFunction

    The request will be retried until that condition is satisfied.

    Default: response && response.ok

  • +
  • Defined in src/middlewares/retry.ts:20
  • diff --git a/docs/api/types/middlewares_retry.SkipFunction.html b/docs/api/types/middlewares_retry.SkipFunction.html new file mode 100644 index 0000000..84cb672 --- /dev/null +++ b/docs/api/types/middlewares_retry.SkipFunction.html @@ -0,0 +1,85 @@ +SkipFunction | wretch
    +
    + +
    +
    +
    +
    + +

    Type alias SkipFunction

    +
    SkipFunction: ((url: string, opts: WretchOptions) => boolean)
    +
    +

    Type declaration

    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/docs/api/types/middlewares_retry.UntilFunction.html b/docs/api/types/middlewares_retry.UntilFunction.html index 5bed3c5..3c58713 100644 --- a/docs/api/types/middlewares_retry.UntilFunction.html +++ b/docs/api/types/middlewares_retry.UntilFunction.html @@ -33,7 +33,7 @@
    Optional response: Optional error: Error

    Returns boolean | Promise<boolean>

    +
  • Defined in src/middlewares/retry.ts:6
  • diff --git a/docs/api/types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html b/docs/api/types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html index 11ca6dc..4d64bc5 100644 --- a/docs/api/types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html +++ b/docs/api/types/middlewares_throttlingCache.ThrottlingCacheClearFunction.html @@ -33,7 +33,7 @@
    url: string
    opts: WretchOptions

    Returns boolean

    +
  • Defined in src/middlewares/throttlingCache.ts:7
  • +
  • Defined in src/middlewares/throttlingCache.ts:9
  • +
  • Defined in src/middlewares/throttlingCache.ts:8
  • +
  • Defined in src/middlewares/throttlingCache.ts:6
  • +
  • Defined in src/middlewares/throttlingCache.ts:56
  • +
  • Defined in src/middlewares/throttlingCache.ts:10
  • +
  • Defined in src/middlewares/throttlingCache.ts:5
  • +
  • Defined in src/addons/formData.ts:92
  • +
  • Defined in src/addons/formUrl.ts:53
  • +
  • Defined in src/addons/queryString.ts:99
  • +
  • Defined in src/index.ts:47
  • +
  • Defined in src/index.ts:40
  • +
  • Defined in src/index.ts:44
  • +
  • Defined in src/index.ts:42
  • +
  • Defined in src/index.ts:46