Updated Output node feature definitions (markdown)

zobalogh 2014-10-29 10:13:43 -07:00
parent d60f5b24bb
commit 56c47787e7
1 changed files with 1 additions and 0 deletions

@ -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