Skip to main content

DOSBOS Worker

DOS Worker is the worker version of DOSBOX Direct backend. It runs in own browser thread, so it's never block the browser. This version is recommended to use in most cases.

You can create it like this:

const ci = await emulators.dosboxWorker(bundle);

Read Estimating performance if you want to compare performances of Direct and Worker versions.