Skip to content

Commit 7d8070c

Browse files
authored
Fix: regression errors with Safari (webkit); fixes #123 (#125)
1 parent 755f526 commit 7d8070c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/algorithms/helpers.js

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ function getCryptoSubtle() {
3939
if ("undefined" !== typeof crypto.subtle) {
4040
return crypto.subtle;
4141
}
42-
if ("undefined" !== typeof crypto.webkitSubtle) {
43-
return crypto.webkitSubtle;
44-
}
4542
}
4643

4744
return undefined;

0 commit comments

Comments
 (0)