close method

void close([
  1. WebTransportCloseInfo closeInfo
])

The close() method of the WebTransport interface closes an ongoing WebTransport session.

Implementation

external void close([WebTransportCloseInfo closeInfo]);