Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-09 Thread Anton Bershanskyi
Hi Hans, > bit of detail about the work currently being done to extract WebSQL. You might be interested in this bug titled "Delete WebSQL data after API removal". Also, data deletion will occur only after the actual API code is deleted, which will

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-09 Thread Hans Meyer
> I'm not aware of such polyfil, however I'm not sure why you would need one Ah ok. I misunderstood. This is actually the biggest part of the lift and risk in my particular case. There's a ton of nested db.transaction()/tx.executeSql() calls that would need to be rewritten and the app in some

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-09 Thread Anton Bershanskyi
Hi Hans, > Am I correct in understanding that there's a polyfil that allows the use of the WebSQL API surface with the WASM-based SQLite port? I'm not aware of such polyfil, however I'm not sure why you would need one, considering the similarity of the WebSQL API and WASM port: both are merely