Skip to content
module@warp-drive/core/signals/-leaked

Variable DISPOSE

ts
const DISPOSE: "(symbol) dispose";

Defined in: warp-drive-packages/core/src/signals/request-subscription.ts:18

A symbol used to dispose of a RequestSubscription when the component or context using it is torn down.

Released under the MIT License.