cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused cURL Error Code: 7 cURL Error Message: Failed to connect to 127.0.0.1 port 9200: Connection refused
大家有没有遇到升级WKWebView web本地存贮不支持openDatabase 的security error,本想改成indexedDB,但又发现indexedDB如果升级objectStore时有很多问题,现在能想到的最好替代方案就是原生实现sqlite读取,然后提供API给JS了。各位有啥更好的办法吗?
谢谢!