(response, runtime, context)
| 392 | return stream; |
| 393 | } |
| 394 | var streamConversion = function(response, runtime, context) { |
| 395 | return createStream(response, runtime, context); |
| 396 | }; |
| 397 | streamConversion._rawResponse = true; |
| 398 | function eventsourcePlugin(_hyperscript) { |
| 399 | _hyperscript.addFeature(EventSourceFeature.keyword, EventSourceFeature.parse.bind(EventSourceFeature)); |
nothing calls this directly
no test coverage detected