mirror of
https://github.com/kou029w/websri.git
synced 2025-01-18 08:05:13 +00:00
remove IntegrityMetadataSet.match()
This commit is contained in:
parent
b8f8c3d209
commit
b6cb686c37
1 changed files with 0 additions and 4 deletions
|
@ -147,10 +147,6 @@ export class IntegrityMetadataSet extends Map<
|
|||
return this.get(hashAlgorithm) ?? new IntegrityMetadata("");
|
||||
}
|
||||
|
||||
match(integrityMetadata: IntegrityMetadataLike): boolean {
|
||||
return this.strongest.match(integrityMetadata);
|
||||
}
|
||||
|
||||
join(separator = " ") {
|
||||
return [...this.values()].map(String).join(separator);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue