I am trying out webworkers for making my computationally heavy Javascript truly parallel. However, I have a problem in that all of my javascript files are AMD modules. Can I use requirejs inside of my webworker? How?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In Web workers, other scripts can be loaded using the
|
|||||||||||||
|