beakerbrowser / webdb

The Web is your database.
https://www.npmjs.com/package/@beaker/webdb
MIT License
399 stars 45 forks source link

Injest DB fails in nodejs because util/toArchiveUrl fails to parse 'dat://...' url #2

Closed AnsonT closed 7 years ago

AnsonT commented 7 years ago

table.add and other methods will fail with 'Invalid URL' exception in node.js (not under Electron) because node's URL type cannot parse 'dat:' protocol.