dot-wei2021

Results 2 comments of dot-wei2021

I have solved. WKwebview need trust ```swift func webView(_ webView: WKWebView, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) { if let serverTrust = challenge.protectionSpace.serverTrust { let credential =...

> Hum, good question.. @yyoncho can `lsp-dart` change dap output buffer someway to allow that? Is there a solution now?