(replySerializer)
| 759 | } |
| 760 | |
| 761 | function setReplySerializer (replySerializer) { |
| 762 | throwIfAlreadyStarted(class="st">'Cannot call "setReplySerializer"!') |
| 763 | |
| 764 | this[kReplySerializerDefault] = replySerializer |
| 765 | return this |
| 766 | } |
| 767 | |
| 768 | class="cm">// wrapper that we expose to the user for configure the custom error handler |
| 769 | function setErrorHandler (func) { |
nothing calls this directly
no test coverage detected