Files
Kmake/test/fixtures/wpt/WebCryptoAPI/util/worker-report-crypto-subtle-presence.js

4 lines
181 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
subtle_crypto_found = true;
if (typeof crypto.subtle === 'undefined') subtle_crypto_found = false;
postMessage({ msg_type: 'subtle_crypto_found', msg_value: subtle_crypto_found });