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
getAvailability re-uses a Promise and a PresentationAvailability
reconnect re-uses a PresentationConnection
navigator.presentation.receiver.connectionList re-uses a Promise and PresentationConnectionList
These steps need to specify the relevant settings object / Realm, instead of the current settings object/realm. Otherwise, badness ensues when they are invoked or accessed across browsing contexts. See [1] for an example of this with navigator.getBattery().