1.7 Technical note: web workers

A UDI runs as a web worker, in its own browser thread. It does not have access to the HTML of the chart or the browser DOM. You interact with the chart using the API described in this document and in the example code.

Because it's a web worker, your UDI can use Javascript's importScripts() to include external code libraries.

Last updated