Merge branch 'master' into wasm-streaming

This commit is contained in:
El RIDO 2024-11-24 21:15:56 +01:00
commit 6b180ac7b1
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
236 changed files with 20731 additions and 6269 deletions

View file

@ -6,7 +6,6 @@
* @see {@link https://github.com/PrivateBin/PrivateBin}
* @copyright 2012 Sébastien SAUVAGE ({@link http://sebsauvage.net})
* @license {@link https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License}
* @version 1.3.1
* @name Legacy
* @namespace
*/
@ -178,7 +177,7 @@
// async & ES6 support
try {
eval('async () => {}');
async () => {};
} catch (e) {
if (e instanceof SyntaxError) {
return true;
@ -238,7 +237,7 @@
{
return init;
};
/**
* returns the current status of the check
*
@ -250,7 +249,7 @@
{
return status;
};
/**
* init on application start, returns an all-clear signal
*
@ -308,4 +307,4 @@
this.Legacy = {
Check: Check
};
}).call(this);
}).call(this);