Currently all visitor contexts are loaded synchronously via JavaScript. In order to allow the loading of contexts from third party APIs, let's allow asynchronous loading. When all call to getContext returns a JavaScript Promise, then it will be loaded asynchronously. All getContext methods that return something else will be treated as synchronous loads.
Comments
Comment #2
eshta commented