mirror of https://github.com/xwiki-labs/cryptpad
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
![]() |
if (!self.crypto && !self.msCrypto) {
|
||
|
throw new Error("E_NOCRYPTO");
|
||
|
}
|
||
|
postMessage("OK");
|