Greetings of the day friends
Has anyone tried creating a Google Chrome Extension using Kotlin Multiplatform with SQLDelight/JS?
After adding SQLDelight as a dependency to the extension, I see this error. Seems like Chrome extensions can't run JS or WASM scripts because of some CSP restriction.
b
bod
06/01/2025, 4:32 PM
Haven't tried SQLDelight specifically, but your issue reminds me of a similar one I had in the past and I think
this was the fix. Not sure it's the same issue.