Type alias DereferenceOptions<Accept>

DereferenceOptions<Accept>: {
    accept?: Accept;
}

Type Parameters

  • Accept extends string = string

Type declaration

  • Optional accept?: Accept

    The Media Type that the caller prefers for contentStream. The Media Type MUST be expressed as an ASCII string. The DID URL dereferencing implementation SHOULD use this value to determine the contentType of the representation contained in the returned value if such a representation is supported and available.