Interface CacheRequestOptions

interface CacheRequestOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal