支持的 属性

bool supported

检查此类是否在当前平台上受支持。

实现

static bool get supported =>
    JS('bool', '(typeof window.Worker != "undefined")');