Web Worker-API(The API that defines a way to run scripts in the background. Web Workers are specified in the World Wide Web Consortium (W3C)'s Web Workers specification)
tråd(A thread commonly used to handle background tasks that the user should not have to wait for to continue using your application. Tasks such as recalculation and background printing are typically executed on worker threads)