(asyncLoaderHooks)
| 176 | #asyncLoaderHooks; |
| 177 | |
| 178 | constructor(asyncLoaderHooks) { |
| 179 | this.#setAsyncLoaderHooks(asyncLoaderHooks); |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Change the currently activate async loader hooks for this module |
nothing calls this directly
no test coverage detected