You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've recently tried to switch to your client to handle my WebSockets connections (previously implemented in ws) and I've notice a lack of types for that api.
I was wondering if this is intentional? I was looking for types to the different messages, maybe a union based on the ev parameter.
Is this something you would be interested in?
The text was updated successfully, but these errors were encountered:
Hey @KevinEdry, this is definitely something that would be very useful. I think a union type could accomplish it without too much trouble. I'll put it on our feature list, but you're welcome to put in a PR as well. Thanks for filing this
Hey, I've recently tried to switch to your client to handle my WebSockets connections (previously implemented in ws) and I've notice a lack of types for that api.
I was wondering if this is intentional? I was looking for types to the different messages, maybe a union based on the
ev
parameter.Is this something you would be interested in?
The text was updated successfully, but these errors were encountered: