PresentationRequest.start() must throw OperationError if called while the promise is not resolved in the browsing context |
||||||||
Issue descriptionPer the spec (http://w3c.github.io/presentation-api/#starting-a-presentation): "If there is already an unsettled Promise from a previous call to start for the same controlling browsing context, return a Promise rejected with an OperationError exception and abort all remaining steps." However, Chrome throws an InternalError in my manual testing (on Android at least). Seems like this could be implemented in Blink.
,
Sep 29 2016
,
Mar 24 2017
,
Apr 6 2018
Correctness issue we should track down.
,
Sep 4
,
Oct 2
,
Nov 7
,
Nov 8
|
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by sko...@chromium.org
, Sep 21 2016