Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.143.254.10
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
node_modules /
whatwg-url /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
URL-impl.js
3.71
KB
-rw-r--r--
2017-05-26 20:56
URL.js
4.11
KB
-rw-r--r--
2017-05-26 20:56
public-api.js
625
B
-rw-r--r--
2017-05-26 20:56
url-state-machine.js
32.79
KB
-rw-r--r--
2017-05-26 20:56
utils.js
562
B
-rw-r--r--
2017-05-26 20:56
Save
Rename
"use strict"; module.exports.mixin = function mixin(target, source) { const keys = Object.getOwnPropertyNames(source); for (let i = 0; i < keys.length; ++i) { Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i])); } }; module.exports.wrapperSymbol = Symbol("wrapper"); module.exports.implSymbol = Symbol("impl"); module.exports.wrapperForImpl = function (impl) { return impl[module.exports.wrapperSymbol]; }; module.exports.implForWrapper = function (wrapper) { return wrapper[module.exports.implSymbol]; };