You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: