Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for snappy (0.32 sec)

  1. kotlin-js-store/yarn.lock

      dependencies:
        ansi-styles "^4.0.0"
        string-width "^4.1.0"
        strip-ansi "^6.0.0"
    
    wrappy@1:
      version "1.0.2"
      resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
      integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
    
    ws@~8.2.3:
      version "8.2.3"
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jul 22 12:28:51 GMT 2023
    - 87.4K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          }
    
        /**
         * Configure this client to perform fast fallbacks by attempting multiple connections
         * concurrently, returning once any connection connects successfully.
         *
         * This implements Happy Eyeballs ([RFC 6555][rfc_6555]), balancing connect latency vs.
         * wasted resources.
         *
         * Defaults to enabled, call with [fastFallback] = false to revert to 4.x behaviour.
         *
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:21:33 GMT 2024
    - 52K bytes
    - Viewed (0)
Back to top