mpetazzoni/sse.js

Missing properties in type SSEOptions

Closed this issue · 5 comments

The SSEOption type declaration is missing some properties (e.g., start).

I see you closed the issue yourself, I think start is correctly defined in the options:

https://github.com/mpetazzoni/sse.js/blob/main/lib/sse.js#L330

https://github.com/mpetazzoni/sse.js/blob/main/types/sse.d.ts#L67

@mpetazzoni Yes, it's simply missing from the latest release (2.3.0), I'll wait for the next one.

@Holt59 Thanks, I'll cut a release now.

@mpetazzoni Thanks, any idea when this will be published to npm?

@Holt59 Sorry! Done now.