File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,10 @@ See also: [`writable.uncork()`][], [`writable._writev()`][stream-_writev].
379379##### ` writable.destroy([error]) `
380380<!-- YAML
381381added: v8.0.0
382+ changes:
383+ - version: v14.0.0
384+ pr-url: https://github.com/nodejs/node/pull/29197
385+ description: Work as noop when called on an already `destroyed` stream.
382386-->
383387
384388* ` error ` {Error} Optional, an error to emit with ` 'error' ` event.
@@ -961,6 +965,10 @@ called and `readableFlowing` is not `true`.
961965##### ` readable.destroy([error]) `
962966<!-- YAML
963967added: v8.0.0
968+ changes:
969+ - version: v14.0.0
970+ pr-url: https://github.com/nodejs/node/pull/29197
971+ description: Work as noop when called on an already `destroyed` stream.
964972-->
965973
966974* ` error ` {Error} Error which will be passed as payload in ` 'error' ` event
@@ -1525,6 +1533,10 @@ Examples of `Transform` streams include:
15251533##### ` transform.destroy([error]) `
15261534<!-- YAML
15271535added: v8.0.0
1536+ changes:
1537+ - version: v14.0.0
1538+ pr-url: https://github.com/nodejs/node/pull/29197
1539+ description: Work as noop when called on an already `destroyed` stream.
15281540-->
15291541
15301542* ` error ` {Error}
You can’t perform that action at this time.
0 commit comments