mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
Display errors in audio test
This commit is contained in:
parent
6028479649
commit
1fedc4f432
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
||||||
|
|
||||||
crypto.subtle.digest("SHA-256", data).then(function(hash){
|
crypto.subtle.digest("SHA-256", data).then(function(hash){
|
||||||
hashNode.textContent = byteArrayToHex(hash);
|
hashNode.textContent = byteArrayToHex(hash);
|
||||||
|
}, function(error){
|
||||||
|
hashNode.textContent = error;
|
||||||
});
|
});
|
||||||
hashSets[set].appendChild(container);
|
hashSets[set].appendChild(container);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue