blob: 72d599309a12846f5408334c4a96d8cfafb447d1 [file] [log] [blame]
function foo() {
try {
foo();
} catch {
SubtleCrypto.prototype.unwrapKey();
}
}
foo();