max-mapper / blockplot

[alpha] explore minecraft worlds in your browser
http://blockplot.com
Other
44 stars 8 forks source link

currently broken in firefox due to limitations in their indexeddb implementation #8

Open max-mapper opened 11 years ago

max-mapper commented 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

max-mapper commented 11 years ago

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