@@ -2278,21 +2278,6 @@ function.
2278
2278
An error occurred while attempting to retrieve the JavaScript `undefined`
2279
2279
value.
2280
2280
2281
- <a id="ERR_NAPI_TSFN_START_IDLE_LOOP"></a>
2282
-
2283
- ### `ERR_NAPI_TSFN_START_IDLE_LOOP`
2284
-
2285
- On the main thread, values are removed from the queue associated with the
2286
- thread-safe function in an idle loop. This error indicates that an error
2287
- has occurred when attempting to start the loop.
2288
-
2289
- <a id="ERR_NAPI_TSFN_STOP_IDLE_LOOP"></a>
2290
-
2291
- ### `ERR_NAPI_TSFN_STOP_IDLE_LOOP`
2292
-
2293
- Once no more items are left in the queue, the idle loop must be suspended. This
2294
- error indicates that the idle loop has failed to stop.
2295
-
2296
2281
<a id="ERR_NOT_BUILDING_SNAPSHOT"></a>
2297
2282
2298
2283
### `ERR_NOT_BUILDING_SNAPSHOT`
@@ -3605,6 +3590,39 @@ removed: v10.0.0
3605
3590
3606
3591
Used by the `Node-API` when `Constructor.prototype` is not an object.
3607
3592
3593
+ <a id="ERR_NAPI_TSFN_START_IDLE_LOOP"></a>
3594
+
3595
+ ### `ERR_NAPI_TSFN_START_IDLE_LOOP`
3596
+
3597
+ <!-- YAML
3598
+ added:
3599
+ - v10.6.0
3600
+ - v8.16.0
3601
+ removed:
3602
+ - v14.2.0
3603
+ - v12.17.0
3604
+ -->
3605
+
3606
+ On the main thread, values are removed from the queue associated with the
3607
+ thread-safe function in an idle loop. This error indicates that an error
3608
+ has occurred when attempting to start the loop.
3609
+
3610
+ <a id="ERR_NAPI_TSFN_STOP_IDLE_LOOP"></a>
3611
+
3612
+ ### `ERR_NAPI_TSFN_STOP_IDLE_LOOP`
3613
+
3614
+ <!-- YAML
3615
+ added:
3616
+ - v10.6.0
3617
+ - v8.16.0
3618
+ removed:
3619
+ - v14.2.0
3620
+ - v12.17.0
3621
+ -->
3622
+
3623
+ Once no more items are left in the queue, the idle loop must be suspended. This
3624
+ error indicates that the idle loop has failed to stop.
3625
+
3608
3626
<a id="ERR_NO_LONGER_SUPPORTED"></a>
3609
3627
3610
3628
### `ERR_NO_LONGER_SUPPORTED`
0 commit comments