mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Output node feature definitions (markdown)
parent
d60f5b24bb
commit
56c47787e7
@ -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
|
Loading…
Reference in New Issue
Block a user