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
FDC3 for Web currently offers request/response message types for both the new PrivateChannel.addEventListener function and the deprecated PrivateChannel.onAddContextListener/onUnsubscribe/onDisconnect functions
The current message schema for privateChannelAddEventListenerRequest doesn't currently support registering listeners for all event types, where the API function does (by passing null for the type argument):
kriswest
changed the title
FDC3 for Web: PrivateChannel event listeners should support null type (all events) + Old event listener messages are redundant
FDC3 for Web: PrivateChannel event listeners should support null type (all events)
Nov 25, 2024
FDC3 for Web currently offers request/response message types for both the new
PrivateChannel.addEventListener
function and the deprecatedPrivateChannel.onAddContextListener
/onUnsubscribe
/onDisconnect
functionsThe current message schema for
privateChannelAddEventListenerRequest
doesn't currently support registering listeners for all event types, where the API function does (by passingnull
for the type argument):The text was updated successfully, but these errors were encountered: