@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Function isUnreservedOnly

    • True iff every byte in encoded is either an unreserved character (passes through unchanged) or a well-formed %NN triplet. Stricter than equalUnderHexCasePolicy — catches producers that use a reserved-char allowlist (e.g., encodeURI) rather than the unreserved-whitelist the #2620 rule requires.

      Parameters

      • encoded: string

      Returns boolean