[API Redesign] Add note about Web Workers

Add note about RequireJS as a dependency injector
facilitating use from web workers, as noted in
comments to nasa/openmctweb#141
This commit is contained in:
Victor Woeltjen 2015-09-30 13:59:53 -07:00
parent b4c0de84d8
commit 61a272b257

View File

@ -426,6 +426,8 @@ which can help with this, however.
* Improves useability of documentation (`typeService` is an
instance of `CompositeService` and implements `TypeService`
so you can easily traverse links in the JSDoc.)
* Can be used more easily from Web Workers, allowing services
to be used on background threads trivially.
### Detriments