mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 08:05:13 +00:00
add documentation for IntegrityMetadata class properties
This commit is contained in:
parent
c8e7319396
commit
52ff1f7e9a
1 changed files with 3 additions and 0 deletions
|
@ -90,8 +90,11 @@ export type IntegrityMetadataLike = {
|
|||
* Class representing integrity metadata, consisting of a hash algorithm and hash value.
|
||||
*/
|
||||
export class IntegrityMetadata implements IntegrityMetadataLike {
|
||||
/** Hash algorithm */
|
||||
alg: PrioritizedHashAlgorithm;
|
||||
/** The base64-encoded hash value of the resource */
|
||||
val: string;
|
||||
/** Optional additional attributes */
|
||||
opt: string[];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue