appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

Add support for old Safari in webworker #237

Closed appy-one closed 1 year ago

appy-one commented 1 year ago

Old Safari versions (up to iOS 15?) don't support BroadcastChannel, and when AceBase is runs in a webworker there is no localStorage to fallback to: disable browser IPC in this case.