ChemPal Documentation - v1.6.0
    Preparing search index...

    Function decodeValue

    • Decodes a value read from chrome.storage. If the value is an LzEnvelope, it is decompressed and JSON-parsed; otherwise the value is returned unchanged (backward-compatible passthrough for legacy data).

      Parameters

      • value: unknown

        Raw value read from chrome.storage.

      Returns unknown