ets2-telemetry-server icon indicating copy to clipboard operation
ets2-telemetry-server copied to clipboard

Remove WebSQL usage and/or method calls from this repository

Open ccsmith13 opened this issue 3 years ago • 1 comments

Web SQL is on its way out and is being slowly deprecated. Web SQL access in insecure contexts is deprecated as of Chromium 105 and a warning message is shown in the Chrome DevTools Issue panel. It's planned to fully remove it in later versions. Currently ets2-telemetry-server still enables the feature by using this archived Cordova plugin: https://github.com/Funbit/ets2-telemetry-server/blob/1a5e8abb669b0dc0fa0638f03bed55af120f03cf/source/Funbit.Ets.Telemetry.Mobile/scripts/typings/cordova/plugins/WebSQL.d.ts#L18

ccsmith13 avatar Mar 31 '23 20:03 ccsmith13

I guess this is abandoned years ago. As you can see in the updates, there were no updates in years, so nobody will fix this issue.

There is a newer version: https://github.com/RenCloud/scs-sdk-plugin

IgazHarcos avatar Aug 11 '23 09:08 IgazHarcos