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

    Function changeLogAsMarkdown

    • Gets a human-readable representation of the local changes to a Resource to aid debugging.

      Note that changes to the exact format of the return value are not considered a breaking change; it is intended to aid in debugging, not as a serialisation method that can be reliably parsed.

      Parameters

      • solidDataset: Readonly<{}> & { internal_changeLog: { additions: Quad[]; deletions: Quad[] } }

        The Resource of which to get a human-readable representation of the changes applied to it locally.

      Returns string

      0.3.0