Commit a8b26d7
committed
lib: unflag AbortController
It's still experimental, but make the flag non-op
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #33527
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent 74ca960 commit a8b26d7Copy full SHA for a8b26d7
File tree
Expand file treeCollapse file tree
9 files changed
+16
-41
lines changedOpen diff view settings
Filter options
- doc
- api
- lib/internal
- bootstrap
- main
- src
- test/parallel
Expand file treeCollapse file tree
9 files changed
+16
-41
lines changedOpen diff view settings
Collapse file
+6-1Lines changed: 6 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
170 | 170 | |
171 | 171 | |
172 | 172 | |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
173 | 177 | |
174 | 178 | |
175 | | - |
| 179 | + |
| 180 | + |
176 | 181 | |
177 | 182 | |
178 | 183 | |
|
Collapse file
-2Lines changed: 0 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | | - |
34 | 32 | |
35 | 33 | |
36 | 34 | |
|
Collapse file
-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
118 | 118 | |
119 | 119 | |
120 | 120 | |
121 | | - |
122 | | - |
123 | | - |
124 | 121 | |
125 | 122 | |
126 | 123 | |
|
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
133 | 133 | |
134 | 134 | |
135 | 135 | |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
136 | 143 | |
137 | 144 | |
138 | 145 | |
|
Collapse file
lib/internal/bootstrap/pre_execution.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/pre_execution.js-27Lines changed: 0 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
| ||
54 | 53 | |
55 | 54 | |
56 | 55 | |
57 | | - |
58 | 56 | |
59 | 57 | |
60 | 58 | |
| ||
306 | 304 | |
307 | 305 | |
308 | 306 | |
309 | | - |
310 | | - |
311 | | - |
312 | | - |
313 | | - |
314 | | - |
315 | | - |
316 | | - |
317 | | - |
318 | | - |
319 | | - |
320 | | - |
321 | | - |
322 | | - |
323 | | - |
324 | | - |
325 | | - |
326 | | - |
327 | | - |
328 | | - |
329 | | - |
330 | | - |
331 | | - |
332 | | - |
333 | 307 | |
334 | 308 | |
335 | 309 | |
| ||
464 | 438 | |
465 | 439 | |
466 | 440 | |
467 | | - |
468 | 441 | |
469 | 442 | |
470 | 443 | |
|
Collapse file
lib/internal/main/worker_thread.js
Copy file name to clipboardExpand all lines: lib/internal/main/worker_thread.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | 16 | |
18 | 17 | |
19 | 18 | |
| ||
113 | 112 | |
114 | 113 | |
115 | 114 | |
116 | | - |
117 | 115 | |
118 | 116 | |
119 | 117 | |
|
Collapse file
+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
274 | 274 | |
275 | 275 | |
276 | 276 | |
277 | | - |
278 | | - |
279 | | - |
280 | | - |
| 277 | + |
| 278 | + |
281 | 279 | |
282 | 280 | |
283 | 281 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
104 | | - |
105 | 104 | |
106 | 105 | |
107 | 106 | |
|
Collapse file
test/parallel/test-abortcontroller.js
Copy file name to clipboardExpand all lines: test/parallel/test-abortcontroller.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
0 commit comments