MCPcopy
hub / github.com/webpack/tapable / tapAsync

Method tapAsync

lib/Hook.js:119–121  ·  view source on GitHub ↗
(options, fn)

Source from the content-addressed store, hash-verified

117 }
118
119 tapAsync(options, fn) {
120 this._tap("async", options, fn);
121 }
122
123 tapPromise(options, fn) {
124 this._tap("promise", options, fn);

Callers 15

withOptionsMethod · 0.95
HookMap.jsFile · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
makeHookFunction · 0.45
registerFunction · 0.45
registerFunction · 0.45
makeHookFunction · 0.45
registerFunction · 0.45
makeHookFunction · 0.45

Calls 1

_tapMethod · 0.95

Tested by 2

runForLoopAsyncMethod · 0.36
runAsyncMethod · 0.36