Cache: You can now pass an AbortSignal to the cache.fetch() method, allowing for better control over fetch requests and their cancellation.
Cache: The new ignoreFetchAbort option lets you choose whether to ignore fetch abort signals, providing more flexibility in handling fetch operations.
Cache: The allowStaleOnFetchAbort feature enables the cache to return stale data even if a fetch operation is aborted, ensuring you still have access to previously cached data.