Function stableQueryHash

  • Deterministic, key-order-independent hash of a query-like object. Used to build the (source, query-hash) cache key. AbortSignal and undefined values are ignored so they do not perturb the identity of a query.

    Parameters

    • value: unknown

    Returns string