Need guidance on promise-returning methods on a stateful object

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