Skip to content

Topic

Browser background threads

JavaScript execution contexts that run off the main browser thread. They have no access to the DOM, so libraries written against DOM APIs need alternative implementations there.

Current clusters