This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2018-06-22 19:43:07 +02:00
|
|
|
if (!self.crypto && !self.msCrypto) {
|
|
|
|
|
throw new Error("E_NOCRYPTO");
|
|
|
|
|
}
|
2018-06-25 13:42:17 +02:00
|
|
|
self.postMessage("OK");
|