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
Currently, we check for mixed content in the steps to execute start(), reconnect() and getAvailability(). It would simplify both the spec and the implementation to move this check to the PresentationRequest constructor.
I am not sure if it is okay to throw exceptions in conctructors of Web APIs. If there are precedents, I'd like to know.
Also, we would need to be assured that the security context could not be changed between constructor and method invocation.