API Documentation for: 1.1.23
Show:

FallbackWorker Class

Defined in: FallbackWorker:133
Namespace: cloudkid

An internal class that duplicates the Worker API as a fallback when WebWorkers are not supported.

Constructor

FallbackWorker

(
  • codeString
)

Defined in FallbackWorker:133

Parameters:

  • codeString String

    A string to evaluate into worker code.

Item Index

Properties

Methods

postMessage

(
  • data
)

Defined in postMessage:146

Parameters:

  • data

    The data to send.

Properties

_wChild

SubWorker private

Defined in _wChild:176

The SubWorker that is controlled by this FallbackWorker.