Closed schien closed 10 years ago
The socket open is now asynchronous so it is possible to close a socket before it is opened. For example:
var socket = new UDPSocket(); socket.close();
In current draft this scenario seems not be clearly defined. We have two choices here:
Sorry, I found the behavior is included in output.cancel() and should throw AbortError in this case.
The socket open is now asynchronous so it is possible to close a socket before it is opened. For example:
In current draft this scenario seems not be clearly defined. We have two choices here: