Open max-mapper opened 11 years ago
FF doesn't let you access indexeddb from inside web workers which means that we'd need to implement a feature detected fallback to support FF
workaround: since FF and Chrome both support transferable objects it might work to do all the db access in the main process and transfer the buffer to and from the worker to do CPU heavy stuff
FF doesn't let you access indexeddb from inside web workers which means that we'd need to implement a feature detected fallback to support FF