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

    Function getContainedResourceUrlAll

    • Given a [[SolidDataset]] representing a Container (see [[isContainer]]), fetch the URLs of all contained resources that respect slash semantics (see validateContainedResourceAll). If the solidDataset given is not a container, or is missing resourceInfo, throw an error.

      Parameters

      • solidDataset: Readonly<{}> & WithResourceInfo

        The container from which to fetch all contained Resource URLs.

      Returns string[]

      A list of URLs, each of which points to a contained Resource of the given SolidDataset.

      1.3.0