blockplot icon indicating copy to clipboard operation
blockplot copied to clipboard

currently broken in firefox due to limitations in their indexeddb implementation

Open max-mapper opened this issue 12 years ago • 1 comments

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 avatar Jul 23 '13 22:07 max-mapper

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

max-mapper avatar Jul 23 '13 23:07 max-mapper