mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Updated Output node feature definitions (markdown)
@@ -6,6 +6,7 @@ This page defines the features and design conventions that each output node shou
|
||||
|
||||
### Output nodes SHOULD:
|
||||
* Report errors using <code>node.warn()</code> or <code>node.error()</code> if the external systems are in an unexpected state/behaviour
|
||||
* Clean up their state upon close <code>node.on("close", function() {}</code>
|
||||
|
||||
### Output nodes COULD:
|
||||
* TBC
|
||||
Reference in New Issue
Block a user