kino
kino copied to clipboard
Keeping expensive computation out of main thread with Service Workers
Feature description
As a developer, I want to keep expensive computation out of main thread by using Workers to play back offline video, to download content, to sync posters, ...
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
This is incredibly valuable to have to not pollute main JS thread with all this complexity, it should be a matter of a worker doing that job in parallel, but it would still work in the application if it didn't happen initially.
Implementation brief
QA testing instructions
Demo
Changelog entry
Derek > We want to describe the problem more clearly. This is about separating the thread and having two separate threads and having worker in background to do the work. Needs more definition.