Open mathiasrw opened 8 years ago
@agershun Any inputs?
Hey @mathiasrw , I have looked at this portion of the code, and I think it would. The function "worker" simply spawns alasql on worker using a Blob URL. The exception of course is in IE11: where Blob URLs are not implemented.
I'll let @agershun be the final word on this of course.
The exception of course is in IE11: where Blob URLs are not implemented.
wow - not good...
In https://github.com/agershun/alasql/wiki/Webworker two options for how to to run AlaSQL as a webworker.
Question: is it correctly understood that for the browser the code
and
gives the same result?