Merge pull request #8387 from evadne/issue-8386-webkit-subtle-crypto

amends Babel cache (#8364) implementation to also work on Safari
This commit is contained in:
Yury Delendik 2017-05-07 13:13:20 -05:00 committed by GitHub
commit 7015c88ce9

View File

@ -36,7 +36,8 @@
var isCachingPossible = typeof indexedDB !== 'undefined' &&
typeof TextEncoder !== 'undefined' &&
typeof crypto !== 'undefined';
typeof crypto !== 'undefined' &&
typeof crypto.subtle !== 'undefined';
SystemJS.config({
packages: {