Got facebook to work test tomorrow with new accounts please

This commit is contained in:
Ace
2026-06-22 22:00:56 +02:00
parent 6c88dcca7b
commit b81f391df5
806 changed files with 421635 additions and 138 deletions
+14
View File
@@ -0,0 +1,14 @@
'use strict';
/** @type {import('.')} */
var $defineProperty = Object.defineProperty || false;
if ($defineProperty) {
try {
$defineProperty({}, 'a', { value: 1 });
} catch (e) {
// IE 8 has a broken defineProperty
$defineProperty = false;
}
}
module.exports = $defineProperty;