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:
commit
7015c88ce9
@ -36,7 +36,8 @@
|
|||||||
|
|
||||||
var isCachingPossible = typeof indexedDB !== 'undefined' &&
|
var isCachingPossible = typeof indexedDB !== 'undefined' &&
|
||||||
typeof TextEncoder !== 'undefined' &&
|
typeof TextEncoder !== 'undefined' &&
|
||||||
typeof crypto !== 'undefined';
|
typeof crypto !== 'undefined' &&
|
||||||
|
typeof crypto.subtle !== 'undefined';
|
||||||
|
|
||||||
SystemJS.config({
|
SystemJS.config({
|
||||||
packages: {
|
packages: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user