Home > borogove > persistence > MediaStore > hasMedia
persistence.MediaStore.hasMedia() method
Signature:
hasMedia(hashAlgorithm: string, hash: ArrayBuffer): Promise<boolean markdown="1">;
Parameters
| Parameter | Type | Description |
|---|---|---|
| hashAlgorithm | string | |
| hash | ArrayBuffer |
Returns:
Promise<boolean>