Dart SDK
dart:html
Worker
property supported
supported
class Worker
Constructors
Worker
internal_
Properties
onError
onMessage
hashCode
on
runtimeType
Methods
postMessage
terminate
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
Constants
errorEvent
messageEvent
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported