Skip to content
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.

Consider Worker Fallbacks #4

Open
runspired opened this issue Jun 7, 2015 · 0 comments
Open

Consider Worker Fallbacks #4

runspired opened this issue Jun 7, 2015 · 0 comments

Comments

@runspired
Copy link
Collaborator

When the Worker API is not present, fall back to the main-thread as efficiently as possible.

We could simply include the worker script onto the main thread and async the calls via a custom backburner queue after afterRender.

We could implement the worker within an iFrame.

We could provide app/workers/<worker-name>/fallback.js ability that has a main-thread optimized version of the workers' tasks.

This task is low priority as workers are widely available IE10+. The primary reason to consider this is for when an API feature is unexpectedly not available within a WebWorker.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant