[presentation-api] Pull Request: Issue #379: Adds sandboxing flag check to PresentationRequest ctor.

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

== Issue #379: Adds sandboxing flag check to PresentationRequest ctor.
 ==
Addresses Issue #379: Investigate if sandboxing flag check can move to
 the PresentationRequest ctor.

For consistency, check the sandboxing flag in the 
`PresentationRequest` constructor.  Keep the checks in other functions
 the case the flag was unset at construction time and set later.

It may be that the sandboxing flag should be persistent, however, this
 does not seem to be implemented in Blink.  If that's true then we can
 remove the other checks later.
 

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

Received on Thursday, 1 December 2016 19:13:40 UTC