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