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
whenMessagingReady() is not needed because sendMessage() already wait for the channel.
too many promise objects messagingReadyResolver_trustedViewerResolver_viewerOriginResolver_, which are all resolved when the messaging channel is ready.
More clean ups in addition to #17590
whenMessagingReady()
is not needed becausesendMessage()
already wait for the channel.messagingReadyResolver_
trustedViewerResolver_
viewerOriginResolver_
, which are all resolved when the messaging channel is ready.messagingMaybePromise_
is not needed. it is likely a left-over from a previous refactoring Refactor sendMessage and sendMessageAwaitResponse #6508The text was updated successfully, but these errors were encountered: