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
Perhaps related, or perhaps it's intentionally left out: interface StatusEvent { is missing the statusCode prop. I was expecting to see it there, to at least log 403s that come through.
The text was updated successfully, but these errors were encountered:
I've also found some inconsistencies with typing... specifically in version 7.2.0, fetchMessages returns a FetchMessagesResponse, though if you set includeMessageActions to true you get a 'more' property which is not mentioned in the FetchMessagesResponse type.
Is it correct to assume that pubnub maintains typings in the DefinitelyTyped repo?
If so, it would be great to have the version numbers match up.
Reference:
@mohitpubnub
https://github.com/DefinitelyTyped/DefinitelyTyped/commits/master/types/pubnub/index.d.ts
Perhaps related, or perhaps it's intentionally left out:
interface StatusEvent {
is missing thestatusCode
prop. I was expecting to see it there, to at least log 403s that come through.The text was updated successfully, but these errors were encountered: