Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
has-dynamic-import /
Delete
Unzip
Name
Size
Permission
Date
Action
browser-syntax.js
192
B
-rw-r--r--
2022-11-10 17:20
browser.js
598
B
-rw-r--r--
2022-11-10 17:20
import.js
142
B
-rw-r--r--
2022-11-10 17:20
index.js
1014
B
-rw-r--r--
2022-11-10 17:20
package.json
2.04
KB
-rw-r--r--
2022-11-10 17:20
syntax.js
177
B
-rw-r--r--
2022-11-10 17:20
Save
Rename
'use strict'; var callBound = require('call-bind/callBound'); var $then = callBound('Promise.prototype.then', true); var pFalse = $then && Promise.resolve(false); var thunkFalse = function () { return false; }; var thunkTrue = function () { return true; }; module.exports = function hasFunctionality() { if (!$then) { return { then: function (resolve) { resolve(false); } }; } try { var promise = Function('return import("data:text/javascript,")')(); // eslint-disable-line no-new-func return $then(promise, thunkTrue, thunkFalse); } catch (e) { return pFalse; } };