storeTransportCache function

  1. @JS()
dynamic storeTransportCache(
  1. bool usingTLS,
  2. TransportStrategy transport,
  3. num latency
)

Implementation

@JS()
external storeTransportCache(
    bool usingTLS, TransportStrategy transport, num latency);