@inrupt/solid-client
    Preparing search index...

    Function removeResourceMatcher

    • function is still experimental and subject to change, even in a non-major release.
      

      Removes the given [[ResourceMatcher]] from the given Resource's Access Control Resource.

      Type Parameters

      • ResourceExt extends WithAccessibleAcr

      Parameters

      • resourceWithAcr: ResourceExt

        The Resource whose Access Control Resource contains (zero or more) [[ResourceMatcher]]s.

      • matcher: string | Url | ThingPersisted

      Returns ResourceExt

      A new Resource equal to the given Resource, but without the given Matcher in its ACR.

      Not released yet.