isWorkerThread property

bool isWorkerThread
final

True if the current thread is a Web Worker with no DOM access

Implementation

static final bool isWorkerThread = jsWindow == null;