[presentation-api] Pull Request: Allow termination via connections in a connecting state.

mfoltzgoogle has just submitted a new pull request for https://github.com/w3c/presentation-api:

== Allow termination via connections in a connecting state. ==
Addresses Issue #421: Relax `terminate` algorithm to deal with other states?

This allows termination of a presentation by a connection in the `connecting` state in a controlling browsing context.

Presumably if a connection has not been established to the presentation screen, then the connection can be aborted.  If the connection has been established and the presentation started, but the `connected` state change has not yet occurred, that connection can be used to abort or terminate the presentation.

See https://github.com/w3c/presentation-api/pull/427

Received on Tuesday, 2 May 2017 22:23:42 UTC