The worker is a managed wrapper for the HTML 5 DOM Worker. Hemi Worker implements the Hemi Module service to inject the target worker script with the Module API, add a lightweight Psuedo Worker API for browsers that don't support Worker, and add a bootstrap to browsers that do support Worker so the Worker runs in the Hemi framework.
Static implementation of the hemi.worker.serviceImpl class.
The worker service provides a wrapper for adding the Hemi Module API to Worker scripts, and adding a lightweight wrapper for browsers that don't support Workers.
A lightweight Worker implementation. Includes all FrameworkObject members.
Creates a new Worker or PsuedoWorker object, depending on browser support.
vWorker = NewWorker( sPath, oContainer )
vWorker as Worker: A Worker or PsuedoWorker object..
[ Hemi JavaScript Framework - Stephen W. Cote, 2002 - 2011. ]