activeSignal
AbortSignal for the current activation.
get activeSignal(): AbortSignal;
Notes
- This signal is aborted when the activity is deactivated or unlinked. Pass this signal to fetch requests, timers, or other async operations to automatically cancel them when the activity becomes inactive.
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
