Skip to content
module@warp-drive/core/build-config/deprecations

Variable ENABLE_LEGACY_REQUEST_METHODS sincev5.6

ts
const ENABLE_LEGACY_REQUEST_METHODS: boolean;

Defined in: node_modules/.pnpm/@warp-d_25f56f2729dd79700790d78740333f27/node_modules/@warp-drive/build-config/dist/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

Until

6.0

Released under the MIT License.