Package: wnpp Severity: wishlist Owner: Kartik Kulkarni <kartik.koo...@gmail.com>
* Package name : node-queue-microtask Version : 1.1.4 Upstream Author : Feross Aboukhadijeh <fer...@feross.org> ( https://feross.org) * URL : https://github.com/feross/queue-microtask * License : Expat Programming Lang: JavaScript Description : fast and tiny queueMicrotask shim for modern engines The queueMicrotask function is a WHATWG standard. It queues a microtask to be executed prior to control returning to the event loop. . A microtask is a short function which will run after the current task has completed its work and when there is no other code waiting to be run before control of the execution context is returned to the event loop. . This package allows you to use queueMicrotask safely in all JS engines. Useful when you prioritize small JS bundle size over optimal performance in old browsers. . A shim is a library that transparently intercepts API calls and changes the arguments passed and handles the operation itself or redirects the operation elsewhere. . Node.js is an event-based server-side JavaScript engine. This package is a dependency for solid-server and needs to be packaged for the packaging of solid-server. . This package will be maintained in the javascript team.