Greetings of the day friends Has anyone tried cre...
# squarelibraries
s
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
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.
thank you color 1