mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[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:
parent
b4c0de84d8
commit
61a272b257
@ -426,6 +426,8 @@ which can help with this, however.
|
|||||||
* Improves useability of documentation (`typeService` is an
|
* Improves useability of documentation (`typeService` is an
|
||||||
instance of `CompositeService` and implements `TypeService`
|
instance of `CompositeService` and implements `TypeService`
|
||||||
so you can easily traverse links in the JSDoc.)
|
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
|
### Detriments
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user