mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
static require cryptofill for Edge
This commit is contained in:
@@ -46,7 +46,7 @@ async function checkCrypto() {
|
||||
return true;
|
||||
} catch (err) {
|
||||
try {
|
||||
await import('./cryptofill');
|
||||
require('./cryptofill');
|
||||
return true;
|
||||
} catch (e) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user