You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
downloadedModules does some caching and then builds the iframe
Questions I have:
Can you use browserify stuff in a web worker (I think so)
How do we auto-insert the deps into the web worker at run time? (Or we could just dump the entire script code into the web worker and eval along with everything else!)
@maxogden re previous comment - any idea on the last set of questions? In particular, I take it one can do on the fly browserify-ication in the browser (and hence potentially in a web worker ...)
Should be able to specify new script libraries you can load.
This would address (or support) a lot of other issues including #68 (geocode scripting functions) and be a massive feature ...
The text was updated successfully, but these errors were encountered: