- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Fri, 16 Oct 2015 14:20:48 +0000
- To: "public-script-coord@w3.org" <public-script-coord@w3.org>
Hi In the WebRTC 1.0 spec we have some promise-returning methods on a stateful object (RTCPeerConnection). I would like guidance on how to behave when the instance, on which a method is called, goes into a closed state while an async operation is doing its work. When done, should the promise be rejected, or should we just leave it pending. Note that the script will be informed about the state change through other mechanisms. Thanks Adam
Received on Friday, 16 October 2015 14:21:15 UTC