Skip to content

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

Variable: ENABLE_LEGACY_REQUEST_METHODS

ts
const ENABLE_LEGACY_REQUEST_METHODS: boolean;

Defined in: build-config/declarations/deprecations.d.ts:514

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.