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.15.10.50
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
rxjs /
_esm2015 /
symbol /
Delete
Unzip
Name
Size
Permission
Date
Action
iterator.js
1.23
KB
-rw-rw-r--
2022-08-30 11:49
iterator.js.map
1.26
KB
-rw-rw-r--
2022-08-30 11:49
observable.js
654
B
-rw-rw-r--
2022-08-30 11:49
observable.js.map
694
B
-rw-rw-r--
2022-08-30 11:49
rxSubscriber.js
345
B
-rw-rw-r--
2022-08-30 11:49
rxSubscriber.js.map
387
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
import { root } from '../util/root'; export function symbolIteratorPonyfill(root) { const Symbol = root.Symbol; if (typeof Symbol === 'function') { if (!Symbol.iterator) { Symbol.iterator = Symbol('iterator polyfill'); } return Symbol.iterator; } else { // [for Mozilla Gecko 27-35:](https://mzl.la/2ewE1zC) const { Set } = root; if (Set && typeof new Set()['@@iterator'] === 'function') { return '@@iterator'; } const { Map } = root; // required for compatability with es6-shim if (Map) { let keys = Object.getOwnPropertyNames(Map.prototype); for (let i = 0; i < keys.length; ++i) { let key = keys[i]; // according to spec, Map.prototype[@@iterator] and Map.orototype.entries must be equal. if (key !== 'entries' && key !== 'size' && Map.prototype[key] === Map.prototype['entries']) { return key; } } } return '@@iterator'; } } export const iterator = symbolIteratorPonyfill(root); /** * @deprecated use iterator instead */ export const $$iterator = iterator; //# sourceMappingURL=iterator.js.map