(response, runtime2, context)
| 11914 | return stream; |
| 11915 | } |
| 11916 | var streamConversion = function(response, runtime2, context) { |
| 11917 | return createStream(response, runtime2, context); |
| 11918 | }; |
| 11919 | streamConversion._rawResponse = true; |
| 11920 | function eventsourcePlugin(_hyperscript2) { |
| 11921 | _hyperscript2.addFeature(EventSourceFeature.keyword, EventSourceFeature.parse.bind(EventSourceFeature)); |
nothing calls this directly
no test coverage detected