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

    Function saveAcrFor

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

      Save a Resource's Access Control Resource.

      Type Parameters

      • ResourceExt extends WithAccessibleAcr

      Parameters

      • resource: ResourceExt

        Resource with an Access Control Resource that should be saved.

      • Optionaloptions: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }

        Optional parameter options.fetch: An alternative fetch function to make the HTTP request, compatible with the browser-native fetch API.

        • Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

      Returns Promise<ResourceExt>

      1.6.0