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.141.164.253
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
next-tick /
Delete
Unzip
Name
Size
Permission
Date
Action
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.lint
180
B
-rw-r--r--
2016-06-09 15:24
.npmignore
51
B
-rw-r--r--
2015-06-25 13:33
.travis.yml
310
B
-rw-r--r--
2016-06-09 19:38
CHANGES
901
B
-rw-r--r--
2016-06-09 19:55
LICENSE
1.05
KB
-rw-r--r--
2016-06-09 19:53
README.md
769
B
-rw-r--r--
2015-06-25 13:33
index.js
1.86
KB
-rw-r--r--
2016-06-09 20:08
package.json
1.62
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
# next-tick ## Environment agnostic nextTick polyfill To be used in environment agnostic modules that need nextTick functionality. - When run in Node.js `process.nextTick` is used - In modern browsers microtask resolution is guaranteed by `MutationObserver` - In other engines `setImmediate` or `setTimeout(fn, 0)` is used as fallback. - If none of the above is supported module resolves to `null` ## Installation ### NPM In your project path: $ npm install next-tick #### Browser You can easily bundle `next-tick` for browser with any CJS bundler, e.g. [modules-webmake](https://github.com/medikoo/modules-webmake) ## Tests [](https://travis-ci.org/medikoo/next-tick) $ npm test