dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Change window.btoa to btoa due to problems with Workers #69

Closed xReveres closed 4 years ago

xReveres commented 4 years ago

Please change window.btoa to btoa located in https://github.com/dyedgreen/deno-sqlite/blob/master/build/sqlite.js#L7 Because I can not use this module in Worker

dyedgreen commented 4 years ago

Thanks for raising the issue! I’ll have a look at fixing this later this week when I find time. (If you need a fix super urgently, feel free to submit a PR, the change should be made in the file ‘build/hack/bundle.js’. The you can use the make file to rerun the bundler)