| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbafe8d commit 759a018
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1107,6 +1107,31 @@ multiple of the element size. | |||
| 1107 | 1107 | While calling `napi_create_typedarray()`, `(length * size_of_element) + | |
| 1108 | 1108 | byte_offset` was larger than the length of given `buffer`. | |
| 1109 | 1109 | ||
| 1110 | + <a id="ERR_NAPI_TSFN_CALL_JS"></a> | ||
| 1111 | + ### ERR_NAPI_TSFN_CALL_JS | ||
| 1112 | + | ||
| 1113 | + An error occurred while invoking the JavaScript portion of the thread-safe | ||
| 1114 | + function. | ||
| 1115 | + | ||
| 1116 | + <a id="ERR_NAPI_TSFN_GET_UNDEFINED"></a> | ||
| 1117 | + ### ERR_NAPI_TSFN_GET_UNDEFINED | ||
| 1118 | + | ||
| 1119 | + An error occurred while attempting to retrieve the JavaScript `undefined` | ||
| 1120 | + value. | ||
| 1121 | + | ||
| 1122 | + <a id="ERR_NAPI_TSFN_START_IDLE_LOOP"></a> | ||
| 1123 | + ### ERR_NAPI_TSFN_START_IDLE_LOOP | ||
| 1124 | + | ||
| 1125 | + On the main thread, values are removed from the queue associated with the | ||
| 1126 | + thread-safe function in an idle loop. This error indicates that an error | ||
| 1127 | + has occurred when attemping to start the loop. | ||
| 1128 | + | ||
| 1129 | + <a id="ERR_NAPI_TSFN_STOP_IDLE_LOOP"></a> | ||
| 1130 | + ### ERR_NAPI_TSFN_STOP_IDLE_LOOP | ||
| 1131 | + | ||
| 1132 | + Once no more items are left in the queue, the idle loop must be suspended. This | ||
| 1133 | + error indicates that the idle loop has failed to stop. | ||
| 1134 | + | ||
| 1110 | 1135 | <a id="ERR_NO_ICU"></a> | |
| 1111 | 1136 | ### ERR_NO_ICU | |
| 1112 | 1137 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments