Skip to content

Documentation / @warp-drive/build-config / deprecations / ENABLE_LEGACY_REQUEST_METHODS

Variable: ENABLE_LEGACY_REQUEST_METHODS

ts
const ENABLE_LEGACY_REQUEST_METHODS: boolean = true;

Defined in: deprecations.ts:527

warp-drive:deprecate-legacy-request-methods

Deprecates all the methods that lead to making requests that don't directly use store.request() or manager.request().

A cheatsheat for moving from various methods to using requests is available here

Since

5.6

Until

6.0

Released under the MIT License.