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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
The spec defines MessagingEvent as extending ProgressEvent, but the spec does not define any "progression" with regards to the ProgressEvent interface. Instead, it seems that the MessagingRequest interface handles the progression? If so, then MessagingEvent should not extend ProgressEvent - it should just extend Event.
Note that the whole progression thing will also break once the spec switches to using Futures (unless at some point a ProgressFuture is defined).
The text was updated successfully, but these errors were encountered:
The spec defines
MessagingEvent
as extendingProgressEvent
, but the spec does not define any "progression" with regards to theProgressEvent
interface. Instead, it seems that theMessagingRequest
interface handles the progression? If so, thenMessagingEvent
should not extendProgressEvent
- it should just extendEvent
.Note that the whole progression thing will also break once the spec switches to using Futures (unless at some point a ProgressFuture is defined).
The text was updated successfully, but these errors were encountered: