Interviewer
Interviewer copied to clipboard
Load dependencies before displaying protocol
There are some cases where we may want to ensure that dependencies (other than protocol.json) are loaded before a protocol is considered "loaded" and ready for display.
- Custom worker scripts
- e.g., the nodeLabelWorker, which may otherwise cause a delay in label rendering (see #613 discussion)
- large data sets (also from #613, and related to #413)