ignore mobile safari for now

This commit is contained in:
AJ ONeal 2015-10-23 02:25:05 -07:00
parent 07ac4004b8
commit 1d7a1689ec
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ exports.sha1Hmac = function (key, bytes) {
var Unibabel = window.Unibabel;
if (window.crypto) {
if (window.crypto && window.crypto.subtle) {
return (window.crypto.subtle||window.crypto.webkitSubtle).importKey(
"raw"
, key