Telephone
Telephone
### Expected Behavior when redirection happens, the subsequent Set-Cookie response header set cookies to the subsequent url domains ### Actual Behavior when redirection happens, the subsequent Set-Cookie response header set...
I am trying to use zipline in win11 desktop target of KMP, but it failed with: ``` Exception in thread "main" java.lang.ExceptionInInitializerError at app.cash.zipline.Zipline$Companion.create(Zipline.kt:198) at app.cash.zipline.loader.ZiplineLoader.loadFromManifest$zipline_loader(ZiplineLoader.kt:437) at app.cash.zipline.loader.ZiplineLoader.loadFromNetwork(ZiplineLoader.kt:305) at app.cash.zipline.loader.ZiplineLoader.access$loadFromNetwork(ZiplineLoader.kt:57)...
I need to use one single cookie manager for both kotlin http code and webview in purpose of sharing cookies between them, so I need to set the cookie manager...
Android WebView has a method called `shouldInterceptRequest`, it is used to support fully control over every request. We can use whatever we want as the response of the request by...
Currently, the `evaluate` can cooperate with coroutine cancel, it will return when the current coroutine is cancelled, this is good. BUT the async jobs triggered by `evaluate` including their callbacks...
```kotlin private suspend fun evalAndAwait(evalBlock: suspend () -> Any?): Any? { ensureNotClosed() evalException = null loadModules() val result = jsResultMutex.withLock { jsMutex.withLock { evalBlock() } awaitAsyncJobs() jsMutex.withLock { getEvaluateResult(context, globals)...
can't know what is not a function, how can I fix it if I don't know the variable or the function name?
``` com.dokar.quickjs.QuickJsException: InternalError: stack overflow at (main.js) at (main.js) at (main.js) at (main.js) at (main.js) at Qu (main.js) at (main.js) at call (native) at (main.js) at Ut (main.js) at ce...