1subtle_crypto_found = true;
2if (typeof crypto.subtle === 'undefined') subtle_crypto_found = false;
3postMessage({ msg_type: 'subtle_crypto_found', msg_value: subtle_crypto_found });
4